changeset 34208:6059c5943d9f

Update customization commentary.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 05 Dec 2000 14:01:58 +0000
parents 93dbe8902ff0
children 695d6e904236
files lisp/iswitchb.el
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/iswitchb.el	Tue Dec 05 13:59:08 2000 +0000
+++ b/lisp/iswitchb.el	Tue Dec 05 14:01:58 2000 +0000
@@ -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'.