From: Chong Yidong Date: Sun, 5 Feb 2012 16:30:51 +0000 (+0800) Subject: * cus-edit.el (custom-buffer-create-internal): Improve tooltip message. X-Git-Tag: emacs-pretest-24.0.94~301 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=983b9602046e65644add10ec1ca6ff5de326988c;p=emacs.git * cus-edit.el (custom-buffer-create-internal): Improve tooltip message. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e7ac064cd88..1fa62f4b1b9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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. diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 84bdfa4d203..4ed72be06fb 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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