summaryrefslogtreecommitdiff
path: root/lisp/ido.el
diff options
context:
space:
mode:
authorXue Fuqiao <xfq.free@gmail.com>2013-10-29 15:37:40 +0800
committerXue Fuqiao <xfq.free@gmail.com>2013-10-29 15:37:40 +0800
commitbb667ec73cb7bec4fffb407973192813802ebfab (patch)
treee2ed6362635601ec78b7310d94c722ffbb772e8f /lisp/ido.el
parent0085b9be229be7369300f4f4ab27a9699db641b4 (diff)
downloademacs-bb667ec73cb7bec4fffb407973192813802ebfab.tar.gz
Fix typo in ido-use-virtual-buffers.
Diffstat (limited to 'lisp/ido.el')
-rw-r--r--lisp/ido.el2
1 files changed, 1 insertions, 1 deletions
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.