+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.
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)