diff options
author | Eli Zaretskii <eliz@gnu.org> | 2017-11-18 13:14:52 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2017-11-18 13:14:52 +0200 |
commit | 63c773399e954eb027853557b0a20dbcc67b669e (patch) | |
tree | dce1e7d3040f7ea1f30385cd54be3c5b58a30a48 /lisp | |
parent | cbd319a351cc60bf67f6d682809282c889598ece (diff) | |
download | emacs-63c773399e954eb027853557b0a20dbcc67b669e.tar.gz emacs-63c773399e954eb027853557b0a20dbcc67b669e.tar.bz2 emacs-63c773399e954eb027853557b0a20dbcc67b669e.zip |
; * lisp/ido.el (ido-find-alternate-file): Doc fix. (Bug#29278)
Diffstat (limited to 'lisp')
-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'." ;;;###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) |