changeset 86296:cd8648d81eb3

(declare-function): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 22 Nov 2007 04:17:44 +0000
parents 0849ea0c808f
children a80b13d94c3c
files lisp/emacs-lisp/byte-run.el
diffstat 1 files changed, 8 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el	Thu Nov 22 04:17:17 2007 +0000
+++ b/lisp/emacs-lisp/byte-run.el	Thu Nov 22 04:17:44 2007 +0000
@@ -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