summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-05 14:01:58 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-05 14:01:58 +0000
commitf05b502e8bf16d350fa6e25224da298a2f29910a (patch)
treefd682ba86ad4e4f66e25135ebcbaf2ea00b22d76 /lisp/iswitchb.el
parent918b0076ced8cb7e3a25fb4788a31a649b88d12c (diff)
downloademacs-f05b502e8bf16d350fa6e25224da298a2f29910a.tar.gz
Update customization commentary.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r--lisp/iswitchb.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el
index 1e220deb130..65b01948702 100644
--- a/lisp/iswitchb.el
+++ b/lisp/iswitchb.el
@@ -141,8 +141,10 @@
;; Seeing all the matching buffers
;;
;; If you have many matching buffers, they may not all fit onto one
-;; line of the minibuffer. In this case, you should use rsz-mini
-;; (resize-minibuffer-mode). You can also limit iswitchb so that it
+;; line of the minibuffer. In Emacs 21, the variable
+;; `resize-mini-windows' controls how many lines of the minibuffer can
+;; be seen. For older versions of emacs, you can use
+;; `resize-minibuffer-mode'. You can also limit iswitchb so that it
;; only shows a certain number of lines -- see the documentation for
;; `iswitchb-minibuffer-setup-hook'.