diff options
| author | Chong Yidong | 2008-11-25 03:51:57 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-11-25 03:51:57 +0000 |
| commit | b0fbc5000c3f5d21fd898fd721f079638de3f22f (patch) | |
| tree | 3dc299ad810d8eb0aace073857fcaefd4f047fab | |
| parent | 77111ca68068796a49586328d8e47a87f292163a (diff) | |
| download | emacs-b0fbc5000c3f5d21fd898fd721f079638de3f22f.tar.gz emacs-b0fbc5000c3f5d21fd898fd721f079638de3f22f.zip | |
(Declaring Functions): Fix typo.
| -rw-r--r-- | doc/lispref/functions.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index e64cc030d6d..312a849a8bb 100644 --- a/doc/lispref/functions.texi +++ b/doc/lispref/functions.texi | |||
| @@ -1308,8 +1308,8 @@ byte compiler can check that the calls match the declaration. | |||
| 1308 | 1308 | ||
| 1309 | @defmac declare-function function file &optional arglist fileonly | 1309 | @defmac declare-function function file &optional arglist fileonly |
| 1310 | Tell the byte compiler to assume that @var{function} is defined, with | 1310 | Tell the byte compiler to assume that @var{function} is defined, with |
| 1311 | arguments @var{arglist}, and that the definition should come from | 1311 | arguments @var{arglist}, and that the definition should come from the |
| 1312 | the file @var{file}. @var{fileonly} non-nil means only check that | 1312 | file @var{file}. @var{fileonly} non-@code{nil} means only check that |
| 1313 | @var{file} exists, not that it actually defines @var{function}. | 1313 | @var{file} exists, not that it actually defines @var{function}. |
| 1314 | @end defmac | 1314 | @end defmac |
| 1315 | 1315 | ||