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 /admin | |
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 'admin')
-rw-r--r-- | admin/FOR-RELEASE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE index 73ff5ab7810..10e589371c4 100644 --- a/admin/FOR-RELEASE +++ b/admin/FOR-RELEASE @@ -220,7 +220,7 @@ os.texi cyd package.texi rgm positions.texi cyd processes.texi -searching.texi +searching.texi rgm sequences.texi cyd streams.texi cyd strings.texi cyd |