1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-29 07:58:28 +00:00

* 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

@ -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.

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