]> git.eshelyaron.com Git - emacs.git/commitdiff
* cus-edit.el (custom-buffer-create-internal): Improve tooltip message.
authorChong Yidong <cyd@gnu.org>
Sun, 5 Feb 2012 16:30:51 +0000 (00:30 +0800)
committerChong Yidong <cyd@gnu.org>
Sun, 5 Feb 2012 16:30:51 +0000 (00:30 +0800)
lisp/ChangeLog
lisp/cus-edit.el

index e7ac064cd8898ab4c06684d10bfd986921425d94..1fa62f4b1b9aef4df9ddfc48120e664959e1a825 100644 (file)
@@ -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.
index 84bdfa4d20390d96b476292569814d91f2621506..4ed72be06fbebb0a51050e8bf1cdc1f049bbdcb4 100644 (file)
@@ -1624,7 +1624,9 @@ Otherwise use brackets."
     ;; 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