]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 fb7bdffd426cad5becc8cdce42df0243100710b0..29bf8e7a414fb20be8761da3a023074a15ed8825 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 dc8abb68bb85baf92a9ab2832fee896d36364ebb..0d7b0733b64f74738f81082877d5a377446769d2 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)