From: Gerd Moellmann Date: Mon, 11 Dec 2000 10:42:44 +0000 (+0000) Subject: (custom-save-variables, custom-save-faces): X-Git-Tag: emacs-pretest-21.0.93~41 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fda514f7b627344c58519fa1958570b2df7b2d58;p=emacs.git (custom-save-variables, custom-save-faces): Comment fix. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index dfb7609a18b..bbc7e062e1a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-12-11 Gerd Moellmann + * cus-edit.el (custom-save-variables, custom-save-faces): + Comment fix. + * hscroll.el: Moved to `obsolete' subdir. 2000-12-11 Miles Bader diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 137b406663f..452628e0256 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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))