changeset 86811:6f7c6603f1fd

(declare-function): Doc fix.
author Glenn Morris <rgm@gnu.org>
date Thu, 29 Nov 2007 04:25:13 +0000
parents bf4a9f989c37
children 5a96d566fe43
files lisp/emacs-lisp/byte-run.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-run.el	Thu Nov 29 04:23:49 2007 +0000
+++ b/lisp/emacs-lisp/byte-run.el	Thu Nov 29 04:25:13 2007 +0000
@@ -116,7 +116,9 @@
 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.
+declaration.  A FILE with an \"ext:\" prefix is an external file.
+`check-declare' will check such files if they are found, and skip
+them without error if they are not.
 
 Note that for the purposes of `check-declare', this statement
 must be the first non-whitespace on a line, and everything up to