From: Glenn Morris Date: Sat, 24 Nov 2007 03:09:55 +0000 (+0000) Subject: (declare-function): Doc fix. X-Git-Tag: emacs-pretest-23.0.90~9509 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1b0f17b8d4f79d2d4e9b929180414c50341e2d3;p=emacs.git (declare-function): Doc fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8ceffc0dd6a..49a08c36ddf 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2007-11-24 Glenn Morris + + * emacs-lisp/byte-run.el (declare-function): Doc fix. + 2007-11-24 Kenichi Handa * international/ucs-tables.el (ucs-8859-7-alist): Update the table. diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index 9a516b9d36e..bc1f4af6a9a 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -123,7 +123,9 @@ must be the first non-whitespace on a line, and everything up to 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))" + \(&optional arg)) + +For more information, see Info node `elisp(Declaring Functions)'." ;; Does nothing - byte-compile-declare-function does the work. nil)