# HG changeset patch # User Chong Yidong # Date 1227585117 0 # Node ID 863a0dc13e9d0b4585d5a86ca6ef4d5107071b70 # Parent 0ee463f8cc63a4006a1226a6be7e1ed0f26a9d95 (Declaring Functions): Fix typo. diff -r 0ee463f8cc63 -r 863a0dc13e9d doc/lispref/functions.texi --- 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