diff lisp/emacs-lisp/copyright.el @ 53504:f657faa17ea1

Fix comment to recommend before-save-hook instead of write-file-functions.
author Simon Josefsson <jas@extundo.com>
date Mon, 05 Jan 2004 18:19:11 +0000
parents 837280979573
children edbcb3c5d4e3
line wrap: on
line diff
--- a/lisp/emacs-lisp/copyright.el	Mon Jan 05 18:17:41 2004 +0000
+++ b/lisp/emacs-lisp/copyright.el	Mon Jan 05 18:19:11 2004 +0000
@@ -27,7 +27,8 @@
 
 ;; Allows updating the copyright year and above mentioned GPL version manually
 ;; or when saving a file.
-;; Do (add-hook 'write-file-functions 'copyright-update).
+;; Do (add-hook 'before-save-hook 'copyright-update), or use
+;; M-x customize-variable RET before-save-hook RET.
 
 ;;; Code: