changeset 86343:08472b24d269

(declare-function): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 22 Nov 2007 20:26:23 +0000
parents 79a4d6e44352
children d6fc6b220aa7
files lisp/emacs-lisp/byte-run.el
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el	Thu Nov 22 20:25:51 2007 +0000
+++ b/lisp/emacs-lisp/byte-run.el	Thu Nov 22 20:26:23 2007 +0000
@@ -112,10 +112,11 @@
 `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).
+extension is optional), or a C file.  C files are expanded
+relative to the Emacs \"src/\" directory.  Lisp files are
+searched for using `locate-library', and if that fails they are
+expanded relative to the location of the file containing the
+declaration.
 
 Note that for the purposes of `check-declare', this statement
 must be the first non-whitespace on a line, and everything up to