diff options
Diffstat (limited to 'lisp/ido.el')
-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 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. |