From: Eli Zaretskii Date: Sat, 18 Nov 2017 11:14:52 +0000 (+0200) Subject: ; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278) X-Git-Tag: emacs-26.0.91~296 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=63c773399e954eb027853557b0a20dbcc67b669e;p=emacs.git ; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278) --- 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'." ;;;###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)