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:
parent
0e3e012215
commit
2a941b8437
1 changed files with 2 additions and 2 deletions
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue