From: Stephen Eglen Date: Sun, 3 Oct 1999 15:37:50 +0000 (+0000) Subject: Update installation notes. X-Git-Tag: emacs-pretest-21.0.90~6587 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d7f3b2023f6105f04e90791ee19efd5a872ce33a;p=emacs.git Update installation notes. --- diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index f2d5fc4f926..4fa30f9742e 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -29,6 +29,10 @@ ;; Installation: ;; To get the functions in this package bound to keys, do ;; (iswitchb-default-keybindings) +;; +;; If you want to use the features of iswitchb, but without rebinding +;; the keys as above, then you need to add the following hook: +;; (add-hook 'minibuffer-setup-hook 'iswitchb-minibuffer-setup) ;; As you type in a substring, the list of buffers currently matching ;; the substring are displayed as you type. The list is ordered so