# HG changeset patch # User Gerd Moellmann # Date 976531333 0 # Node ID dca808278c398f23708ab53c9f8be94b7d500909 # Parent ef3f47bf5c204e14590fc5fb02c64461bf96520e (custom-save-variables, custom-save-faces): Comment fix. diff -r ef3f47bf5c20 -r dca808278c39 lisp/cus-edit.el --- 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))