emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108663: * lisp/ido.el (ido-find-f


From: Stefan Monnier
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108663: * lisp/ido.el (ido-find-file): Mention C-d binding in docstring.
Date: Fri, 02 Nov 2012 02:09:26 -0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108663
fixes bug: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=11244
author: David Röthlisberger <address@hidden>
committer: Stefan Monnier <address@hidden>
branch nick: trunk
timestamp: Tue 2012-06-19 14:17:14 -0400
message:
  * lisp/ido.el (ido-find-file): Mention C-d binding in docstring.
modified:
  lisp/ChangeLog
  lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-19 16:04:47 +0000
+++ b/lisp/ChangeLog    2012-06-19 18:17:14 +0000
@@ -1,3 +1,7 @@
+2012-06-19  David Röthlisberger  <address@hidden>  (tiny change)
+
+       * ido.el (ido-find-file): Mention C-d binding in docstring (bug#11244).
+
 2012-06-19  Glenn Morris  <address@hidden>
 
        * progmodes/python.el (python-mode): Derive from prog-mode.

=== modified file 'lisp/ido.el'
--- a/lisp/ido.el       2012-06-08 16:39:49 +0000
+++ b/lisp/ido.el       2012-06-19 18:17:14 +0000
@@ -4142,6 +4142,7 @@
 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]