]> code.delx.au - gnu-emacs/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Tue, 13 Jan 2004 00:24:12 +0000 (00:24 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Tue, 13 Jan 2004 00:24:12 +0000 (00:24 +0000)
lisp/emacs-lisp/bytecomp.el
lispref/files.texi

index f6444d42b3533f985f3d8c8d57f6f6c133b50555..d4949f94aa6f6c51a29c9de9fa0fc4a4bff72958 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.139 $")
+(defconst byte-compile-version "$Revision: 2.140 $")
 
 ;; This file is part of GNU Emacs.
 
 ;;              (baz 0))
 ;;
 ;;  o  It is possible to open-code a function in the same file it is defined
-;;     in without having to load that file before compiling it.  the
+;;     in without having to load that file before compiling it.  The
 ;;     byte-compiler has been modified to remember function definitions in
 ;;     the compilation environment in the same way that it remembers macro
 ;;     definitions.
index c1ed45b5dffa907cc9f169ba5e200f8987d1b3ce..04c2797144577db5764fd5d3f1524c58b48d230f 100644 (file)
@@ -416,9 +416,9 @@ calling @code{set-visited-file-name} does not.
 @defopt before-save-hook
 This normal hook runs before a buffer is saved in its visited file,
 regardless of whether that is done normally or by one of the hooks
-described above.  One use of this hook is for the Copyright package;
-it uses this hook to make sure the file has the current year in the
-copyright header.
+described above.  For instance, the @file{copyright.el} program uses
+this hook to make sure the file you are saving has the current year in
+its copyright notice.
 @end defopt
 
 @c Emacs 19 feature