From 2a941b843789dd4b2282f1ae3bc0837787b98075 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 3 Aug 2019 20:56:48 +0200 Subject: [PATCH] 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 e14f0151690..faa6e678f9f 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)) -- 2.39.2