summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-01-28 10:56:35 +0800
committerChong Yidong <cyd@gnu.org>2012-01-28 10:56:35 +0800
commit4cceacaf17b0b1c28fe753e4c2581b288f044439 (patch)
tree2abe8a678d655b00b0dbc6136f0badce43cacaa7
parent06ab2cf33f605f73dd5cd6172923854524fb577f (diff)
downloademacs-4cceacaf17b0b1c28fe753e4c2581b288f044439.tar.gz
* lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.
-rw-r--r--lisp/ChangeLog1
-rw-r--r--lisp/cus-edit.el4
2 files changed, 3 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 283d20a7d87..585192a7dee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -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>
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index dc8abb68bb8..0d7b0733b64 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -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)