emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/doc/lispref/functions.texi,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/doc/lispref/functions.texi,v
Date: Sat, 01 Dec 2007 02:32:20 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/12/01 02:32:20

Index: functions.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/functions.texi,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- functions.texi      30 Nov 2007 07:51:29 -0000      1.8
+++ functions.texi      1 Dec 2007 02:32:20 -0000       1.9
@@ -1298,11 +1298,12 @@
 
   There are some function definitions that @samp{check-declare} does not
 understand (e.g. @code{defstruct} and some other macros).  In such cases,
-you can pass a address@hidden fourth argument to @code{declare-function},
-meaning to only check that the file exists, not that it actually defines
-the function.  Note that to do this without having to specify an
-argument list, you should set the third argument to @code{t} (because
address@hidden means an empty argument list, as opposed to an unspecified one).
+you can pass a address@hidden @var{fileonly} argument to
address@hidden, meaning to only check that the file exists, not
+that it actually defines the function.  Note that to do this without
+having to specify an argument list, you should set the @var{arglist}
+argument to @code{t} (because @code{nil} means an empty argument list, as
+opposed to an unspecified one).
 
 @node Function Safety
 @section Determining whether a Function is Safe to Call




reply via email to

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