From: Xue Fuqiao Date: Tue, 29 Oct 2013 07:37:40 +0000 (+0800) Subject: Fix typo in ido-use-virtual-buffers. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1095 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb667ec73cb7bec4fffb407973192813802ebfab;p=emacs.git Fix typo in ido-use-virtual-buffers. --- diff --git a/lisp/ido.el b/lisp/ido.el index 9a17c0ca61f..42b36077bf8 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -797,7 +797,7 @@ remaining completion. If absent, elements 5 and 6 are used instead." The value can be one of the following: nil: No virtual buffers are used. - auto: Use virtual bufferw when the current input matches no + auto: Use virtual buffers when the current input matches no existing buffers. t: Always use virtual buffers.