diff options
| -rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 239c8d6eb0d..d846e976679 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el | |||
| @@ -29,6 +29,8 @@ | |||
| 29 | ;; Installation: | 29 | ;; Installation: |
| 30 | ;; To get the functions in this package bound to keys, use | 30 | ;; To get the functions in this package bound to keys, use |
| 31 | ;; M-x iswitchb-mode or customize the option `iswitchb-mode'. | 31 | ;; M-x iswitchb-mode or customize the option `iswitchb-mode'. |
| 32 | ;; Alternatively, add the following line to your .emacs: | ||
| 33 | ;; (iswitchb-mode 1) | ||
| 32 | 34 | ||
| 33 | ;; As you type in a substring, the list of buffers currently matching | 35 | ;; As you type in a substring, the list of buffers currently matching |
| 34 | ;; the substring is displayed as you type. The list is ordered so | 36 | ;; the substring is displayed as you type. The list is ordered so |