emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 2a941b8: ido-find-file doc string addition


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master 2a941b8: ido-find-file doc string addition
Date: Sat, 3 Aug 2019 14:56:55 -0400 (EDT)

branch: master
commit 2a941b843789dd4b2282f1ae3bc0837787b98075
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    ido-find-file doc string addition
    
    * lisp/ido.el (ido-find-file): Mention ido-reread-directory
    (bug#18275).  Suggested by Rob Browning.
---
 lisp/ido.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/ido.el b/lisp/ido.el
index e14f015..faa6e67 100644
--- a/lisp/ido.el
+++ b/lisp/ido.el
@@ -4318,8 +4318,8 @@ RET\tSelect the file at the front of the list of matches.
 \\[ido-toggle-case]\tToggle case-sensitive searching of file names.
 \\[ido-toggle-literal]\tToggle literal reading of this file.
 \\[ido-completion-help]\tShow list of matching files in separate window.
-\\[ido-toggle-ignore]\tToggle ignoring files listed in `ido-ignore-files'."
-
+\\[ido-toggle-ignore]\tToggle ignoring files listed in `ido-ignore-files'.
+\\[ido-reread-directory]\tReread the current directory."
   (interactive)
   (ido-file-internal ido-default-file-method))
 



reply via email to

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