diff options
| author | Xue Fuqiao | 2013-10-29 15:37:40 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-10-29 15:37:40 +0800 |
| commit | bb667ec73cb7bec4fffb407973192813802ebfab (patch) | |
| tree | e2ed6362635601ec78b7310d94c722ffbb772e8f | |
| parent | 0085b9be229be7369300f4f4ab27a9699db641b4 (diff) | |
| download | emacs-bb667ec73cb7bec4fffb407973192813802ebfab.tar.gz emacs-bb667ec73cb7bec4fffb407973192813802ebfab.zip | |
Fix typo in ido-use-virtual-buffers.
| -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." | |||
| 797 | The value can be one of the following: | 797 | The 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 | ||