summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/byte-run.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2007-11-24 03:09:55 +0000
committerGlenn Morris <rgm@gnu.org>2007-11-24 03:09:55 +0000
commite1b0f17b8d4f79d2d4e9b929180414c50341e2d3 (patch)
tree9109e53844de894ecb9413f3d51521b7f64b337e /lisp/emacs-lisp/byte-run.el
parent5bb0cda3c6abd23fdf1716acf6da2b5d950270c7 (diff)
downloademacs-e1b0f17b8d4f79d2d4e9b929180414c50341e2d3.tar.gz
(declare-function): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r--lisp/emacs-lisp/byte-run.el4
1 files changed, 3 insertions, 1 deletions
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)