Mercurial > emacs
changeset 99914:863a0dc13e9d
(Declaring Functions): Fix typo.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Tue, 25 Nov 2008 03:51:57 +0000 |
parents | 0ee463f8cc63 |
children | b869a303f165 |
files | doc/lispref/functions.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/lispref/functions.texi Tue Nov 25 03:51:47 2008 +0000 +++ b/doc/lispref/functions.texi Tue Nov 25 03:51:57 2008 +0000 @@ -1308,8 +1308,8 @@ @defmac declare-function function file &optional arglist fileonly Tell the byte compiler to assume that @var{function} is defined, with -arguments @var{arglist}, and that the definition should come from -the file @var{file}. @var{fileonly} non-nil means only check that +arguments @var{arglist}, and that the definition should come from the +file @var{file}. @var{fileonly} non-@code{nil} means only check that @var{file} exists, not that it actually defines @var{function}. @end defmac