From fda514f7b627344c58519fa1958570b2df7b2d58 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 11 Dec 2000 10:42:44 +0000 Subject: [PATCH] (custom-save-variables, custom-save-faces): Comment fix. --- lisp/ChangeLog | 3 +++ lisp/cus-edit.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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)) -- 2.39.5