diff options
author | Glenn Morris <rgm@gnu.org> | 2012-03-28 12:30:12 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-03-28 12:30:12 -0700 |
commit | fee88ca0e8777476ea411d666bed8ac9fc4c8e20 (patch) | |
tree | a904f18fd4695c7b09699c76ea26dbc34cb27c81 /lisp/replace.el | |
parent | e8fc049ff7ed71d570f320d9a90d8b2546db5de2 (diff) | |
download | emacs-fee88ca0e8777476ea411d666bed8ac9fc4c8e20.tar.gz |
Doc and lispref updates related to searching
* doc/lispref/searching.texi (Regexp Functions, Regexp Search):
(Simple Match Data, Saving Match Data, Standard Regexps): Copyedits.
(Regexp Functions): Mention regexp-opt is not guaranteed.
Mention regexp-opt-charset.
(Regexp Search): Recommend against looking-back.
(Search and Replace): Use Texinfo recommended quote convention.
Add more query-replace-map items. List multi-query-replace-map items.
* lisp/replace.el (query-replace-map): Doc fix.
* admin/FOR-RELEASE: Related markup.
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 9fbaa279079..ad87d474b8b 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -1594,8 +1594,8 @@ E to edit the replacement string" "Keymap that defines the responses to questions in `query-replace'. The \"bindings\" in this map are not commands; they are answers. The valid answers include `act', `skip', `act-and-show', -`exit', `act-and-exit', `edit', `delete-and-edit', `recenter', -`automatic', `backup', `exit-prefix', and `help'.") +`exit', `act-and-exit', `edit', `edit-replacement', `delete-and-edit', +`recenter', `automatic', `backup', `exit-prefix', `quit', and `help'.") (defvar multi-query-replace-map (let ((map (make-sparse-keymap))) |