From: Chong Yidong Date: Tue, 25 Nov 2008 03:51:57 +0000 (+0000) Subject: (Declaring Functions): Fix typo. X-Git-Tag: emacs-pretest-23.0.90~1537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0fbc5000c3f5d21fd898fd721f079638de3f22f;p=emacs.git (Declaring Functions): Fix typo. --- 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. @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