Mercurial > emacs
changeset 100388:a7231893cd7a
(declare-function): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 13 Dec 2008 04:12:45 +0000 |
parents | 35f1ab86f203 |
children | 74d035a0c201 |
files | lisp/ChangeLog lisp/subr.el |
diffstat | 2 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <rgm@gnu.org> + * subr.el (declare-function): Doc fix. + * font-core.el (font-lock-defaults): Doc fix: mention levels; refer to elisp manual.
--- 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)