master 33a9d230ee1: Update momentary message in isearch-toggle-invisible
Juri Linkov <[email protected]>
| Newsgroups | gmane.emacs.diffs |
|---|---|
| Message-ID | <[email protected]> |
branch: master commit 33a9d230ee1ac8d623cb95c8d2b7d6e91db3b967 Author: Juri Linkov <[email protected]> Commit: Juri Linkov <[email protected]> Update momentary message in isearch-toggle-invisible * lisp/isearch.el (isearch-toggle-invisible): Improve wording of message (bug#81287). --- lisp/isearch.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/isearch.el b/lisp/isearch.el index 92bd9af6643..3d594c72780 100644 --- a/lisp/isearch.el +++ b/lisp/isearch.el @@ -2204,8 +2204,8 @@ nil and a non-nil value of the option `search-invisible' (if (setq isearch-invisible (if isearch-invisible nil (or search-invisible 'open))) - "match invisible text" - "match visible text"))) + "match also invisible text" + "match only visible text"))) ;; Word search