emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106962: * lisp/cus-edit.el (customiz


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106962: * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.
Date: Sat, 28 Jan 2012 10:56:35 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106962
fixes bug(s): http://debbugs.gnu.org/10541
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-01-28 10:56:35 +0800
message:
  * lisp/cus-edit.el (customize-unsaved, customize-saved): Doc fix.
modified:
  lisp/ChangeLog
  lisp/cus-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-01-28 01:58:27 +0000
+++ b/lisp/ChangeLog    2012-01-28 02:56:35 +0000
@@ -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  <address@hidden>
 

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2012-01-28 01:17:42 +0000
+++ b/lisp/cus-edit.el  2012-01-28 02:56:35 +0000
@@ -1357,7 +1357,7 @@
 
 ;;;###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 @@
                            "*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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]