diff options
| author | Glenn Morris | 2007-11-29 04:25:13 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-11-29 04:25:13 +0000 |
| commit | 0cc61e9904c3c150960fd1cf00badff7c83b1f05 (patch) | |
| tree | 0c14960f459bca4882f63f51205b82ab1fc5ac24 | |
| parent | 122bcd7ef24fbf416f339dc093d0bf59bbb1ed5b (diff) | |
| download | emacs-0cc61e9904c3c150960fd1cf00badff7c83b1f05.tar.gz emacs-0cc61e9904c3c150960fd1cf00badff7c83b1f05.zip | |
(declare-function): Doc fix.
| -rw-r--r-- | lisp/emacs-lisp/byte-run.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index bc1f4af6a9a..0445e7ca63e 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el | |||
| @@ -116,7 +116,9 @@ extension is optional), or a C file. C files are expanded | |||
| 116 | relative to the Emacs \"src/\" directory. Lisp files are | 116 | relative to the Emacs \"src/\" directory. Lisp files are |
| 117 | searched for using `locate-library', and if that fails they are | 117 | searched for using `locate-library', and if that fails they are |
| 118 | expanded relative to the location of the file containing the | 118 | expanded relative to the location of the file containing the |
| 119 | declaration. | 119 | declaration. A FILE with an \"ext:\" prefix is an external file. |
| 120 | `check-declare' will check such files if they are found, and skip | ||
| 121 | them without error if they are not. | ||
| 120 | 122 | ||
| 121 | Note that for the purposes of `check-declare', this statement | 123 | Note that for the purposes of `check-declare', this statement |
| 122 | must be the first non-whitespace on a line, and everything up to | 124 | must be the first non-whitespace on a line, and everything up to |