diff options
| -rw-r--r-- | lisp/ido.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 4f1e36ba914..96a362f7608 100644 --- a/lisp/ido.el +++ b/lisp/ido.el | |||
| @@ -4302,7 +4302,7 @@ For details of keybindings, see `ido-find-file'." | |||
| 4302 | 4302 | ||
| 4303 | ;;;###autoload | 4303 | ;;;###autoload |
| 4304 | (defun ido-find-alternate-file () | 4304 | (defun ido-find-alternate-file () |
| 4305 | "Switch to another file and show it in another window. | 4305 | "Find another file, select its buffer, kill previous buffer. |
| 4306 | The file name is selected interactively by typing a substring. | 4306 | The file name is selected interactively by typing a substring. |
| 4307 | For details of keybindings, see `ido-find-file'." | 4307 | For details of keybindings, see `ido-find-file'." |
| 4308 | (interactive) | 4308 | (interactive) |