aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 @@
141;; Seeing all the matching buffers 141;; Seeing all the matching buffers
142;; 142;;
143;; If you have many matching buffers, they may not all fit onto one 143;; If you have many matching buffers, they may not all fit onto one
144;; line of the minibuffer. In this case, you should use rsz-mini 144;; line of the minibuffer. In Emacs 21, the variable
145;; (resize-minibuffer-mode). You can also limit iswitchb so that it 145;; `resize-mini-windows' controls how many lines of the minibuffer can
146;; be seen. For older versions of emacs, you can use
147;; `resize-minibuffer-mode'. You can also limit iswitchb so that it
146;; only shows a certain number of lines -- see the documentation for 148;; only shows a certain number of lines -- see the documentation for
147;; `iswitchb-minibuffer-setup-hook'. 149;; `iswitchb-minibuffer-setup-hook'.
148 150