diff lispref/files.texi @ 53575:a679a0134e06

*** empty log message ***
author Luc Teirlinck <teirllm@auburn.edu>
date Tue, 13 Jan 2004 00:24:12 +0000
parents 5bd5de5e98c2
children 8659505a7f3d
line wrap: on
line diff
--- a/lispref/files.texi	Tue Jan 13 00:22:47 2004 +0000
+++ b/lispref/files.texi	Tue Jan 13 00:24:12 2004 +0000
@@ -416,9 +416,9 @@
 @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