emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/byte-run.el,v
Date: Thu, 22 Nov 2007 04:17:44 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/22 04:17:44

Index: byte-run.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/byte-run.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- byte-run.el 21 Nov 2007 22:39:33 -0000      1.24
+++ byte-run.el 22 Nov 2007 04:17:44 -0000      1.25
@@ -108,10 +108,14 @@
 Optional ARGLIST is the argument list used by the function.  The
 FILE argument is not used by the byte-compiler, but by the
 `check-declare' package, which checks that FILE contains a
-definition for FN.  FILE should be either absolute, or relative
-to the location of the file containing the declaration.  ARGLIST
-is used by both the byte-compiler and `check-declare' to check
-for consistency.
+definition for FN.  ARGLIST is used by both the byte-compiler and
+`check-declare' to check for consistency.
+
+FILE can be either a Lisp file (in which case the \".el\"
+extension is optional), or a C file.  FILE should be either
+absolute, or relative to the location of the file containing the
+declaration (for a Lisp file), or to the Emacs \"src/\" directory
+\(for a C file).
 
 Note that for the purposes of `check-declare', this statement
 must be the first non-whitespace on a line, and everything up to




reply via email to

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