changeset 34423:dca808278c39

(custom-save-variables, custom-save-faces): Comment fix.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 11 Dec 2000 10:42:13 +0000
parents ef3f47bf5c20
children 1859a8f96eea
files lisp/cus-edit.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/cus-edit.el	Mon Dec 11 10:21:06 2000 +0000
+++ b/lisp/cus-edit.el	Mon Dec 11 10:42:13 2000 +0000
@@ -3495,7 +3495,7 @@
 	(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 @@
 	(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))