From 983b9602046e65644add10ec1ca6ff5de326988c Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Mon, 6 Feb 2012 00:30:51 +0800 Subject: [PATCH] * cus-edit.el (custom-buffer-create-internal): Improve tooltip message. --- lisp/ChangeLog | 1 + lisp/cus-edit.el | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2