emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r108028: * cus-edit.el (custom-buffer


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108028: * cus-edit.el (custom-buffer-create-internal): Update header text.
Date: Wed, 25 Apr 2012 16:38:11 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108028
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Wed 2012-04-25 16:38:11 +0800
message:
  * cus-edit.el (custom-buffer-create-internal): Update header text.
modified:
  lisp/ChangeLog
  lisp/cus-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-25 08:07:57 +0000
+++ b/lisp/ChangeLog    2012-04-25 08:38:11 +0000
@@ -1,3 +1,7 @@
+2012-04-25  Chong Yidong  <address@hidden>
+
+       * cus-edit.el (custom-buffer-create-internal): Update header text.
+
 2012-04-25  Eli Zaretskii  <address@hidden>
 
        * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2012-04-23 12:37:55 +0000
+++ b/lisp/cus-edit.el  2012-04-25 08:38:11 +0000
@@ -1591,13 +1591,12 @@
   (let ((init-file (or custom-file user-init-file)))
     ;; Insert verbose help at the top of the custom buffer.
     (when custom-buffer-verbose-help
-      (widget-insert (if init-file
-                        "To apply changes, use the Save or Set buttons."
-                      "Custom settings cannot be saved; maybe you started 
Emacs with `-q'.")
-                    "\nFor details, see ")
+      (unless init-file
+       (widget-insert "Custom settings cannot be saved; maybe you started 
Emacs with `-q'.\n"))
+      (widget-insert "For help using this buffer, see ")
       (widget-create 'custom-manual
-                    :tag "Saving Customizations"
-                    "(emacs)Saving Customizations")
+                    :tag "Easy Customization"
+                    "(emacs)Easy Customization")
       (widget-insert " in the ")
       (widget-create 'custom-manual
                     :tag "Emacs manual"


reply via email to

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