# HG changeset patch # User Glenn Morris # Date 1229141565 0 # Node ID a7231893cd7a5e851f4c2fd8bdc31675bff3fb00 # Parent 35f1ab86f203abc1aff6e7173d5000d768b7594c (declare-function): Doc fix. diff -r 35f1ab86f203 -r a7231893cd7a lisp/ChangeLog --- a/lisp/ChangeLog Sat Dec 13 04:12:08 2008 +0000 +++ b/lisp/ChangeLog Sat Dec 13 04:12:45 2008 +0000 @@ -1,5 +1,7 @@ 2008-12-13 Glenn Morris + * subr.el (declare-function): Doc fix. + * font-core.el (font-lock-defaults): Doc fix: mention levels; refer to elisp manual. diff -r 35f1ab86f203 -r a7231893cd7a lisp/subr.el --- a/lisp/subr.el Sat Dec 13 04:12:08 2008 +0000 +++ b/lisp/subr.el Sat Dec 13 04:12:45 2008 +0000 @@ -68,7 +68,7 @@ \(declare-function c-end-of-defun \"progmodes/cc-cmds.el\" \(&optional arg)) -For more information, see Info node `elisp(Declaring Functions)'." +For more information, see Info node `(elisp)Declaring Functions'." ;; Does nothing - byte-compile-declare-function does the work. nil)