]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of search and replace commands
authorEli Zaretskii <eliz@gnu.org>
Sat, 28 Nov 2015 09:23:02 +0000 (11:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Sat, 28 Nov 2015 09:23:02 +0000 (11:23 +0200)
commit24703a0a89746feb3597d0ac2de65f0fabb7a2bc
tree5c2d8461f5d9f6561b67d685a94e58511f65b8c0
parentf32c79dd0ee40b882a12d58d51294356e844c4dd
Improve documentation of search and replace commands

* doc/emacs/search.texi (Replacement and Lax Matches): Document
which commands are affected by 'replace-character-fold'.
(Lax Search): Add a cross reference to "Replacement and Lax
Matches".  Improve wording.  Fix lost extra whitespace.
(Search Customizations): Improve wording.  (Bug#22036)
See also comments in
http://lists.gnu.org/archive/html/emacs-devel/2015-11/msg02376.html.

* lisp/replace.el (query-replace, query-replace-regexp)
(query-replace-regexp-eval, replace-string, replace-regexp):
Mention 'replace-character-fold' in the doc strings.
doc/emacs/search.texi
lisp/replace.el