summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorDavid Röthlisberger <david@rothlis.net>2012-06-20 11:51:34 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2012-06-20 11:51:34 -0400
commitd34c18b1c9854b7dcfd2cf3f7b04197c72719f90 (patch)
tree264e2900e5e6d5fb1a873495f0cc58af497a5241 /lisp/ido.el
parent6ff7caa835cacb770d9021b73516a51bf0e2b2e9 (diff)
downloademacs-d34c18b1c9854b7dcfd2cf3f7b04197c72719f90.tar.gz
* lisp/ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j.
Fixes: debbugs:11201
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index e7b6e56b7b5..da30b132d2a 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -4046,8 +4046,7 @@ their normal keybindings, except for the following: \\<ido-buffer-completion-map
RET Select the buffer at the front of the list of matches. If the
list is empty, possibly prompt to create new buffer.
-\\[ido-select-text] Select the current prompt as the buffer.
-If no buffer is found, prompt for a new one.
+\\[ido-select-text] Use the current input string verbatim.
\\[ido-next-match] Put the first element at the end of the list.
\\[ido-prev-match] Put the last element at the start of the list.
@@ -4133,8 +4132,7 @@ except for the following: \\<ido-file-completion-map>
RET Select the file at the front of the list of matches. If the
list is empty, possibly prompt to create new file.
-\\[ido-select-text] Select the current prompt as the buffer or file.
-If no buffer or file is found, prompt for a new one.
+\\[ido-select-text] Use the current input string verbatim.
\\[ido-next-match] Put the first element at the end of the list.
\\[ido-prev-match] Put the last element at the start of the list.