* 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.
;; 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