]> code.delx.au - gnu-emacs/commitdiff
* lisp/ido.el (ido-find-file): Mention C-d binding in docstring.
authorDavid Röthlisberger <david@rothlis.net>
Tue, 19 Jun 2012 18:17:14 +0000 (14:17 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 19 Jun 2012 18:17:14 +0000 (14:17 -0400)
Fixes: debbugs:11244
lisp/ChangeLog
lisp/ido.el

index 5eac93fa4445843047493c27b4133c1dcbb5643d..9146b523a4344207369847f0c23c4b1e397fc1ae 100644 (file)
@@ -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.
index 6e79a20767ec9ea7eb1ac138d5e37ac0d3d4cce4..e7b6e56b7b5e1ce81d539081999f0767fecdfbe3 100644 (file)
@@ -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.