aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-10-29 15:37:40 +0800
committerXue Fuqiao2013-10-29 15:37:40 +0800
commitbb667ec73cb7bec4fffb407973192813802ebfab (patch)
treee2ed6362635601ec78b7310d94c722ffbb772e8f
parent0085b9be229be7369300f4f4ab27a9699db641b4 (diff)
downloademacs-bb667ec73cb7bec4fffb407973192813802ebfab.tar.gz
emacs-bb667ec73cb7bec4fffb407973192813802ebfab.zip
Fix typo in ido-use-virtual-buffers.
-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."
797The value can be one of the following: 797The value can be one of the following:
798 798
799 nil: No virtual buffers are used. 799 nil: No virtual buffers are used.
800 auto: Use virtual bufferw when the current input matches no 800 auto: Use virtual buffers when the current input matches no
801 existing buffers. 801 existing buffers.
802 t: Always use virtual buffers. 802 t: Always use virtual buffers.
803 803