]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-save-variables, custom-save-faces):
authorGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 10:42:44 +0000 (10:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 11 Dec 2000 10:42:44 +0000 (10:42 +0000)
Comment fix.

lisp/ChangeLog
lisp/cus-edit.el

index dfb7609a18b19725c168c56aac19dc056e7e27a5..bbc7e062e1a05e720bec0f0e13c660a99994fbe9 100644 (file)
@@ -1,5 +1,8 @@
 2000-12-11  Gerd Moellmann  <gerd@gnu.org>
 
+       * cus-edit.el (custom-save-variables, custom-save-faces): 
+       Comment fix.
+
        * hscroll.el: Moved to `obsolete' subdir.
 
 2000-12-11  Miles Bader  <miles@gnu.org>
index 137b406663f97f9b6041085150cd382ecefd4e08..452628e02569ec8f8804071335837e1df262b983 100644 (file)
@@ -3495,7 +3495,7 @@ or (if there were none) at the end of the buffer."
        (princ "\n"))
       (princ "(custom-set-variables
   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
-  ;; Your init file must only contain one such instance.\n")
+  ;; Your init file should contain only one such instance.\n")
       (mapcar
        (lambda (symbol)
         (let ((value (get symbol 'saved-value))
@@ -3559,7 +3559,7 @@ or (if there were none) at the end of the buffer."
        (princ "\n"))
       (princ "(custom-set-faces
   ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
-  ;; Your init file must only contain one such instance.\n")
+  ;; Your init file should contain only one such instance.\n")
       (mapcar
        (lambda (symbol)
         (let ((value (get symbol 'saved-face))