1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

ido-find-file doc string addition

* lisp/ido.el (ido-find-file): Mention ido-reread-directory
(bug#18275).  Suggested by Rob Browning.
This commit is contained in:
Lars Ingebrigtsen 2019-08-03 20:56:48 +02:00
parent 0e3e012215
commit 2a941b8437

View 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))