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:
parent
4aab9006dd
commit
983b960204
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user