* lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.
authorChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 02:56:35 +0000 (10:56 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 28 Jan 2012 02:56:35 +0000 (10:56 +0800)
Fixes: debbugs:10541

lisp/ChangeLog
lisp/cus-edit.el

index fb7bdff..29bf8e7 100644 (file)
@@ -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>
 
index dc8abb6..0d7b073 100644 (file)
@@ -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)