]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (custom-buffer-create-internal): Update header text.
authorChong Yidong <cyd@gnu.org>
Wed, 25 Apr 2012 08:38:11 +0000 (16:38 +0800)
committerChong Yidong <cyd@gnu.org>
Wed, 25 Apr 2012 08:38:11 +0000 (16:38 +0800)
lisp/ChangeLog
lisp/cus-edit.el

index e93cd07bda0dc0052466edfd16419c703e893f43..76b855e6bc99c69a57eb7ac1b44795d09cd712c4 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-25  Chong Yidong  <cyd@gnu.org>
+
+       * cus-edit.el (custom-buffer-create-internal): Update header text.
+
 2012-04-25  Eli Zaretskii  <eliz@gnu.org>
 
        * progmodes/gdb-mi.el (gdb-init-1): Condition Windows-specific
index 4a003f2d04310ee982234eb80158f3b831c47c01..8198a4594c411e00aa037a74c2ba0a1124b05046 100644 (file)
@@ -1591,13 +1591,12 @@ Otherwise use brackets."
   (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"