* cus-edit.el (custom-buffer-create-internal): Improve tooltip message.

This commit is contained in:
Chong Yidong 2012-02-06 00:30:51 +08:00
parent 4aab9006dd
commit 983b960204
2 changed files with 4 additions and 1 deletions

View 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