summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
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
commit2ae018000a88e003903a6964483afee0609bd9ac (patch)
treef7871d54eb4d776f45ea1402c54fe75b78316e51 /lisp/cus-edit.el
parentd30dd208c00fb4d271af0557b73bea31ff2959d5 (diff)
downloademacs-2ae018000a88e003903a6964483afee0609bd9ac.tar.gz
* lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.
Fixes: debbugs:10541
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el4
1 files changed, 2 insertions, 2 deletions
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)