]> git.eshelyaron.com Git - emacs.git/commitdiff
ido-find-file doc string addition
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 3 Aug 2019 18:56:48 +0000 (20:56 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 3 Aug 2019 18:56:48 +0000 (20:56 +0200)
* lisp/ido.el (ido-find-file): Mention ido-reread-directory
(bug#18275).  Suggested by Rob Browning.

lisp/ido.el

index e14f0151690a1fcc5d12cbe3cb709793f9b43610..faa6e678f9f49a9ada7c47a123e8e5693655af73 100644 (file)
@@ -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))