1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278)

This commit is contained in:
Eli Zaretskii 2017-11-18 13:14:52 +02:00
parent cbd319a351
commit 63c773399e

View File

@ -4302,7 +4302,7 @@ For details of keybindings, see `ido-find-file'."
;;;###autoload
(defun ido-find-alternate-file ()
"Switch to another file and show it in another window.
"Find another file, select its buffer, kill previous buffer.
The file name is selected interactively by typing a substring.
For details of keybindings, see `ido-find-file'."
(interactive)