* lisp/ido.el (ido-find-file): Mention ido-reread-directory
(bug#18275). Suggested by Rob Browning.
\\[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))