From: David Röthlisberger Date: Tue, 19 Jun 2012 18:17:14 +0000 (-0400) Subject: * lisp/ido.el (ido-find-file): Mention C-d binding in docstring. X-Git-Tag: emacs-24.2.90~1199^2~424 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f06ecf4f65c62823455da6000018227689364de;p=emacs.git * lisp/ido.el (ido-find-file): Mention C-d binding in docstring. Fixes: debbugs:11244 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5eac93fa444..9146b523a43 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-19 David Röthlisberger (tiny change) + + * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244). + 2012-06-19 Glenn Morris * progmodes/python.el (python-mode): Derive from prog-mode. diff --git a/lisp/ido.el b/lisp/ido.el index 6e79a20767e..e7b6e56b7b5 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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.