mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
* lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.
Fixes: debbugs:10541
This commit is contained in:
parent
d30dd208c0
commit
2ae018000a
@ -5,6 +5,7 @@
|
||||
|
||||
* cus-edit.el (custom-buffer-create-internal): Fix search button
|
||||
action (Bug#10542).
|
||||
(customize-unsaved, customize-saved): Doc fix (Bug#10541).
|
||||
|
||||
2012-01-27 Eduard Wiebe <usenet@pusto.de>
|
||||
|
||||
|
@ -1357,7 +1357,7 @@ suggest to customize that face, if it's customizable."
|
||||
|
||||
;;;###autoload
|
||||
(defun customize-unsaved ()
|
||||
"Customize all user options set in this session but not saved."
|
||||
"Customize all options and faces set in this session but not saved."
|
||||
(interactive)
|
||||
(let ((found nil))
|
||||
(mapatoms (lambda (symbol)
|
||||
@ -1395,7 +1395,7 @@ suggest to customize that face, if it's customizable."
|
||||
"*Customize Rogue*"))))
|
||||
;;;###autoload
|
||||
(defun customize-saved ()
|
||||
"Customize all already saved user options."
|
||||
"Customize all saved options and faces."
|
||||
(interactive)
|
||||
(let ((found nil))
|
||||
(mapatoms (lambda (symbol)
|
||||
|
Loading…
Reference in New Issue
Block a user