summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-09-09 00:26:14 +0000
committerRichard M. Stallman <rms@gnu.org>2002-09-09 00:26:14 +0000
commit99b398e0a4c501e2d7fe21eaed3eb61d254afb89 (patch)
tree8437220824a5157a2859ab071cf6724dee436699 /lisp/cus-edit.el
parent27664fbec1d4c22098269b2abc065c82f319f24a (diff)
downloademacs-99b398e0a4c501e2d7fe21eaed3eb61d254afb89.tar.gz
(custom-save-variables, custom-save-faces):
Clarify the comments written into .emacs.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el12
1 files changed, 8 insertions, 4 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index 770f8f723f8..9c8e6ce740b 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -3633,8 +3633,10 @@ or (if there were none) at the end of the buffer."
(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 @@ or (if there were none) at the end of the buffer."
(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))