diff options
| author | Glenn Morris | 2008-12-13 04:12:45 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-12-13 04:12:45 +0000 |
| commit | 83031738b555dde8f1e6cc6e80d7f46329c5e820 (patch) | |
| tree | 1beda883d8978330c432a1cb4d0ce875794951ca | |
| parent | 5ff602defb70acc4565a59e2a7d27427be92049e (diff) | |
| download | emacs-83031738b555dde8f1e6cc6e80d7f46329c5e820.tar.gz emacs-83031738b555dde8f1e6cc6e80d7f46329c5e820.zip | |
(declare-function): Doc fix.
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/subr.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c1f23d1740c..9d30d7c3d73 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2008-12-13 Glenn Morris <rgm@gnu.org> | 1 | 2008-12-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * subr.el (declare-function): Doc fix. | ||
| 4 | |||
| 3 | * font-core.el (font-lock-defaults): Doc fix: mention levels; | 5 | * font-core.el (font-lock-defaults): Doc fix: mention levels; |
| 4 | refer to elisp manual. | 6 | refer to elisp manual. |
| 5 | 7 | ||
diff --git a/lisp/subr.el b/lisp/subr.el index d3160ef239e..67284c8753b 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -68,7 +68,7 @@ the end of FILE must be all on the same line. For example: | |||
| 68 | \(declare-function c-end-of-defun \"progmodes/cc-cmds.el\" | 68 | \(declare-function c-end-of-defun \"progmodes/cc-cmds.el\" |
| 69 | \(&optional arg)) | 69 | \(&optional arg)) |
| 70 | 70 | ||
| 71 | For more information, see Info node `elisp(Declaring Functions)'." | 71 | For more information, see Info node `(elisp)Declaring Functions'." |
| 72 | ;; Does nothing - byte-compile-declare-function does the work. | 72 | ;; Does nothing - byte-compile-declare-function does the work. |
| 73 | nil) | 73 | nil) |
| 74 | 74 | ||