# HG changeset patch # User Stephen Eglen # Date 938965070 0 # Node ID 5d6c941a666a0c4936e0ad994618595377a07fc8 # Parent cbf2c355e45c545f271cf016c7798438b2373049 Update installation notes. diff -r cbf2c355e45c -r 5d6c941a666a lisp/iswitchb.el --- a/lisp/iswitchb.el Sun Oct 03 15:18:22 1999 +0000 +++ b/lisp/iswitchb.el Sun Oct 03 15:37:50 1999 +0000 @@ -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