* lisp/ido.el (ido-find-file): Mention C-d binding in docstring.
Fixes: debbugs:11244
This commit is contained in:
parent
ec6de1e2ee
commit
3f06ecf4f6
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-06-19 David Röthlisberger <david@rothlis.net> (tiny change)
|
||||
|
||||
* ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
|
||||
|
||||
2012-06-19 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* progmodes/python.el (python-mode): Derive from prog-mode.
|
||||
|
|
|
@ -4142,6 +4142,7 @@ If no buffer or file is found, prompt for a new one.
|
|||
matches all files. If there is only one match, select that file.
|
||||
If there is no common suffix, show a list of all matching files
|
||||
in a separate window.
|
||||
\\[ido-magic-delete-char] Open the specified directory in Dired mode.
|
||||
\\[ido-edit-input] Edit input string (including directory).
|
||||
\\[ido-prev-work-directory] or \\[ido-next-work-directory] go to previous/next directory in work directory history.
|
||||
\\[ido-merge-work-directories] search for file in the work directory history.
|
||||
|
|
Loading…
Add table
Reference in a new issue