emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107120: * cus-edit.el (custom-buffer-create-internal): Improve tooltip message.
Date: Mon, 06 Feb 2012 00:30:51 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107120
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Mon 2012-02-06 00:30:51 +0800
message:
  * cus-edit.el (custom-buffer-create-internal): Improve tooltip message.
modified:
  lisp/ChangeLog
  lisp/cus-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-02-05 16:12:05 +0000
+++ b/lisp/ChangeLog    2012-02-05 16:30:51 +0000
@@ -3,6 +3,7 @@
        * cus-edit.el (custom-variable-reset-backup): Quote the value
        before storing it in the customized-value property (Bug#6712).
        (custom-display): Add a customization type tag.
+       (custom-buffer-create-internal): Improve tooltip message.
 
        * wid-edit.el (widget-field-value-get): New optional arg to
        suppress trailing whitespace truncation.

=== modified file 'lisp/cus-edit.el'
--- a/lisp/cus-edit.el  2012-02-05 16:12:05 +0000
+++ b/lisp/cus-edit.el  2012-02-05 16:30:51 +0000
@@ -1624,7 +1624,9 @@
     ;; Insert the search field.
     (when custom-search-field
       (widget-insert "\n")
-      (let* ((echo "Search for custom items")
+      (let* ((echo "Search for custom items.
+You can enter one or more words separated by spaces,
+or a regular expression.")
             (search-widget
              (widget-create
               'editable-field


reply via email to

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