From 0cc61e9904c3c150960fd1cf00badff7c83b1f05 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 29 Nov 2007 04:25:13 +0000 Subject: [PATCH] (declare-function): Doc fix. --- lisp/emacs-lisp/byte-run.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index bc1f4af6a9a..0445e7ca63e 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -116,7 +116,9 @@ 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. +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 -- 2.39.2