* 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>
;;;###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)
"*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)