From: Glenn Morris Date: Sat, 13 Dec 2008 04:12:45 +0000 (+0000) Subject: (declare-function): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~1124 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=83031738b555dde8f1e6cc6e80d7f46329c5e820;p=emacs.git (declare-function): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1f23d1740c..9d30d7c3d73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/subr.el b/lisp/subr.el index d3160ef239e..67284c8753b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -68,7 +68,7 @@ the end of FILE must be all on the same line. For example: \(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)