From 3f06ecf4f65c62823455da6000018227689364de Mon Sep 17 00:00:00 2001 From: =?utf8?q?David=20R=C3=B6thlisberger?= Date: Tue, 19 Jun 2012 14:17:14 -0400 Subject: [PATCH] * lisp/ido.el (ido-find-file): Mention C-d binding in docstring. Fixes: debbugs:11244 --- lisp/ChangeLog | 4 ++++ lisp/ido.el | 1 + 2 files changed, 5 insertions(+) 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. -- 2.39.5