aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2008-12-13 04:12:45 +0000
committerGlenn Morris2008-12-13 04:12:45 +0000
commit83031738b555dde8f1e6cc6e80d7f46329c5e820 (patch)
tree1beda883d8978330c432a1cb4d0ce875794951ca
parent5ff602defb70acc4565a59e2a7d27427be92049e (diff)
downloademacs-83031738b555dde8f1e6cc6e80d7f46329c5e820.tar.gz
emacs-83031738b555dde8f1e6cc6e80d7f46329c5e820.zip
(declare-function): Doc fix.
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/subr.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c1f23d1740c..9d30d7c3d73 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12008-12-13 Glenn Morris <rgm@gnu.org> 12008-12-13 Glenn Morris <rgm@gnu.org>
2 2
3 * subr.el (declare-function): Doc fix.
4
3 * font-core.el (font-lock-defaults): Doc fix: mention levels; 5 * font-core.el (font-lock-defaults): Doc fix: mention levels;
4 refer to elisp manual. 6 refer to elisp manual.
5 7
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:
68\(declare-function c-end-of-defun \"progmodes/cc-cmds.el\" 68\(declare-function c-end-of-defun \"progmodes/cc-cmds.el\"
69 \(&optional arg)) 69 \(&optional arg))
70 70
71For more information, see Info node `elisp(Declaring Functions)'." 71For more information, see Info node `(elisp)Declaring Functions'."
72 ;; Does nothing - byte-compile-declare-function does the work. 72 ;; Does nothing - byte-compile-declare-function does the work.
73 nil) 73 nil)
74 74