]> git.eshelyaron.com Git - emacs.git/commit
Yet another doc improvement for search commands
authorEli Zaretskii <eliz@gnu.org>
Mon, 30 Nov 2015 17:30:29 +0000 (19:30 +0200)
committerEli Zaretskii <eliz@gnu.org>
Mon, 30 Nov 2015 17:30:29 +0000 (19:30 +0200)
commit3e9ac80e015a377016d113633ddc5f928cff883c
treea16446895ed3a97186f8b08cefb7bee2be0c39f0
parent10870c85445a48641b4f9cea91f8fbc7587eecde
Yet another doc improvement for search commands

* doc/emacs/search.texi (Word Search, Symbol Search)
(Regexp Search): Document commands that don't support lax
whitespace matching or character folding.
(Nonincremental Search): Mention the search commands that can be
invoked from the menu bar.

* lisp/isearch.el (isearch-define-mode-toggle-word)
(isearch-define-mode-toggle-symbol)
(isearch-define-mode-toggle-character-fold): Note in the doc
string that turning these on exits the regexp mode.
(isearch-forward-regexp, isearch-forward-word)
(isearch-forward-symbol, isearch-backward-regexp)
(word-search-backward, word-search-forward)
(word-search-backward-lax, word-search-forward-lax): State in the
doc string which commands don't support character folding and/or
lax-whitespace matching.
doc/emacs/search.texi
lisp/isearch.el