]> git.eshelyaron.com Git - emacs.git/commitdiff
(declare-function): Doc fix.
authorGlenn Morris <rgm@gnu.org>
Sat, 24 Nov 2007 03:09:55 +0000 (03:09 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 24 Nov 2007 03:09:55 +0000 (03:09 +0000)
lisp/ChangeLog
lisp/emacs-lisp/byte-run.el

index 8ceffc0dd6a4b7db81bc8bbdeba1f6785c235298..49a08c36ddf1af05aed122c95bd5b7f602d4b218 100644 (file)
@@ -1,3 +1,7 @@
+2007-11-24  Glenn Morris  <rgm@gnu.org>
+
+       * emacs-lisp/byte-run.el (declare-function): Doc fix.
+
 2007-11-24  Kenichi Handa  <handa@m17n.org>
 
        * international/ucs-tables.el (ucs-8859-7-alist): Update the table.
index 9a516b9d36eee1fd81c3db34badde118420fe5da..bc1f4af6a9aa50a4f6a6989e1d2fe45baabb0ba6 100644 (file)
@@ -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)