(declare-function): Doc fix.
This commit is contained in:
parent
5bb0cda3c6
commit
e1b0f17b8d
2 changed files with 7 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue