emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/doc/lispref functions.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref functions.texi
Date: Tue, 25 Nov 2008 03:51:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/11/25 03:51:57

Modified files:
        doc/lispref    : functions.texi 

Log message:
        (Declaring Functions): Fix typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/functions.texi?cvsroot=emacs&r1=1.15&r2=1.16

Patches:
Index: functions.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/functions.texi,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- functions.texi      21 Oct 2008 09:21:02 -0000      1.15
+++ functions.texi      25 Nov 2008 03:51:57 -0000      1.16
@@ -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} address@hidden means only check that
 @var{file} exists, not that it actually defines @var{function}.
 @end defmac
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]