# HG changeset patch # User Glenn Morris # Date 1195873785 0 # Node ID 864debf95292f60a335290b925c30aa2a0e79adb # Parent 7273972e15668959ce9b1e5607db8762d67fcf41 (declare-function): Doc fix. diff -r 7273972e1566 -r 864debf95292 lisp/emacs-lisp/byte-run.el --- 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)