diff options
author | Stephen Eglen <stephen@gnu.org> | 2003-08-19 18:39:11 +0000 |
---|---|---|
committer | Stephen Eglen <stephen@gnu.org> | 2003-08-19 18:39:11 +0000 |
commit | 79f0a5ed66f8fd08db2a213bf9c08b03823ab138 (patch) | |
tree | 46cd1b137e86c53ca8ee4f9e4ca1d8e7a8f6c67e /lisp/iswitchb.el | |
parent | f58996fbd8002077e7fa31e7b16dbf2bc0e06c67 (diff) | |
download | emacs-79f0a5ed66f8fd08db2a213bf9c08b03823ab138.tar.gz emacs-79f0a5ed66f8fd08db2a213bf9c08b03823ab138.tar.bz2 emacs-79f0a5ed66f8fd08db2a213bf9c08b03823ab138.zip |
Documentation update for installation.
Diffstat (limited to 'lisp/iswitchb.el')
-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 @@ ;; Installation: ;; To get the functions in this package bound to keys, use ;; M-x iswitchb-mode or customize the option `iswitchb-mode'. +;; Alternatively, add the following line to your .emacs: +;; (iswitchb-mode 1) ;; As you type in a substring, the list of buffers currently matching ;; the substring is displayed as you type. The list is ordered so |