summaryrefslogtreecommitdiff
path: root/doc/emacs/search.texi
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2013-05-16 02:14:18 +0300
committerJuri Linkov <juri@jurta.org>2013-05-16 02:14:18 +0300
commit6d65486d647049cbf33524e261bbd891dd28daba (patch)
tree962c723d0a092355ecc44de1dd1679ee97341ad8 /doc/emacs/search.texi
parent6e911150d00fa20c60b91d51aafd2cfd81e1c349 (diff)
* lisp/isearch.el (minibuffer-local-isearch-map): Bind "\r" to `exit-minibuffer'
instead of `isearch-nonincremental-exit-minibuffer'. (isearch-edit-string): Remove mention of `isearch-nonincremental-exit-minibuffer' from docstring. (isearch-nonincremental-exit-minibuffer): Mark as obsolete. (isearch-forward-exit-minibuffer) (isearch-reverse-exit-minibuffer): Add docstring. (Bug#13348) * doc/emacs/search.texi (Repeat Isearch): Mention key `RET' to finish editing the string.
Diffstat (limited to 'doc/emacs/search.texi')
-rw-r--r--doc/emacs/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/emacs/search.texi b/doc/emacs/search.texi
index 377264223a..e146177255 100644
--- a/doc/emacs/search.texi
+++ b/doc/emacs/search.texi
@@ -175,7 +175,7 @@ element in the minibuffer, where you can edit it.
@kindex M-e @r{(Incremental search)}
To edit the current search string in the minibuffer without
-replacing it with items from the search ring, type @kbd{M-e}. Type
+replacing it with items from the search ring, type @kbd{M-e}. Type @key{RET},
@kbd{C-s} or @kbd{C-r} to finish editing the string and search for it.
@node Error in Isearch