diff options
| author | Lars Ingebrigtsen | 2019-08-03 20:56:48 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-03 20:56:48 +0200 |
| commit | 2a941b843789dd4b2282f1ae3bc0837787b98075 (patch) | |
| tree | 40438dbdc8044392559bf4672845b0f174e5b711 /lisp | |
| parent | 0e3e01221583185e7a9ab701d1f541f36d07fe0b (diff) | |
| download | emacs-2a941b843789dd4b2282f1ae3bc0837787b98075.tar.gz emacs-2a941b843789dd4b2282f1ae3bc0837787b98075.zip | |
ido-find-file doc string addition
* lisp/ido.el (ido-find-file): Mention ido-reread-directory
(bug#18275). Suggested by Rob Browning.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ido.el | 4 |
1 files 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. | |||
| 4318 | \\[ido-toggle-case]\tToggle case-sensitive searching of file names. | 4318 | \\[ido-toggle-case]\tToggle case-sensitive searching of file names. |
| 4319 | \\[ido-toggle-literal]\tToggle literal reading of this file. | 4319 | \\[ido-toggle-literal]\tToggle literal reading of this file. |
| 4320 | \\[ido-completion-help]\tShow list of matching files in separate window. | 4320 | \\[ido-completion-help]\tShow list of matching files in separate window. |
| 4321 | \\[ido-toggle-ignore]\tToggle ignoring files listed in `ido-ignore-files'." | 4321 | \\[ido-toggle-ignore]\tToggle ignoring files listed in `ido-ignore-files'. |
| 4322 | 4322 | \\[ido-reread-directory]\tReread the current directory." | |
| 4323 | (interactive) | 4323 | (interactive) |
| 4324 | (ido-file-internal ido-default-file-method)) | 4324 | (ido-file-internal ido-default-file-method)) |
| 4325 | 4325 | ||