1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/ido.el (ido-switch-buffer, ido-find-file): Fix up doc of C-j.

Fixes: debbugs:11201
This commit is contained in:
David Röthlisberger 2012-06-20 11:51:34 -04:00 committed by Stefan Monnier
parent 6ff7caa835
commit d34c18b1c9
2 changed files with 11 additions and 8 deletions

View file

@ -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.