Mercurial > emacs
changeset 86386:864debf95292
(declare-function): Doc fix.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Sat, 24 Nov 2007 03:09:45 +0000 |
parents | 7273972e1566 |
children | 00457632e132 |
files | lisp/emacs-lisp/byte-run.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el Sat Nov 24 03:06:42 2007 +0000 +++ b/lisp/emacs-lisp/byte-run.el Sat Nov 24 03:09:45 2007 +0000 @@ -123,7 +123,9 @@ 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)