2000-12-11 Gerd Moellmann <gerd@gnu.org>
+ * cus-edit.el (custom-save-variables, custom-save-faces):
+ Comment fix.
+
* hscroll.el: Moved to `obsolete' subdir.
2000-12-11 Miles Bader <miles@gnu.org>
(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))
(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))