]> git.eshelyaron.com Git - emacs.git/commitdiff
(Declaring Functions): Fix typo.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:51:57 +0000 (03:51 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 25 Nov 2008 03:51:57 +0000 (03:51 +0000)
doc/lispref/functions.texi

index e64cc030d6de4e93eefc7f2b2d32c9407d387aee..312a849a8bbeee2f9b6de3b1d20332d3166fc96c 100644 (file)
@@ -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