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 20:26:23 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       07/11/22 20:26:23

Index: byte-run.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/emacs-lisp/byte-run.el,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- byte-run.el 22 Nov 2007 04:17:44 -0000      1.25
+++ byte-run.el 22 Nov 2007 20:26:23 -0000      1.26
@@ -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




reply via email to

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