Mercurial > emacs
changeset 47315:655350cd09e5
(custom-save-variables, custom-save-faces):
Clarify the comments written into .emacs.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 09 Sep 2002 00:26:14 +0000 |
parents | 0b575bd912a4 |
children | c4537edce898 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 8 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Mon Sep 09 00:25:09 2002 +0000 +++ b/lisp/cus-edit.el Mon Sep 09 00:26:14 2002 +0000 @@ -3633,8 +3633,10 @@ (unless (bolp) (princ "\n")) (princ "(custom-set-variables - ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! - ;; Your init file should contain only one such instance.\n") + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right.\n") (mapcar (lambda (symbol) (let ((value (get symbol 'saved-value)) @@ -3697,8 +3699,10 @@ (unless (bolp) (princ "\n")) (princ "(custom-set-faces - ;; custom-set-faces was added by Custom -- don't edit or cut/paste it! - ;; Your init file should contain only one such instance.\n") + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right.\n") (mapcar (lambda (symbol) (let ((value (get symbol 'saved-face))