]> git.eshelyaron.com Git - emacs.git/commitdiff
Update customization commentary.
authorGerd Moellmann <gerd@gnu.org>
Tue, 5 Dec 2000 14:01:58 +0000 (14:01 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 5 Dec 2000 14:01:58 +0000 (14:01 +0000)
lisp/iswitchb.el

index 1e220deb130f38e7281642d6df2232de9924e422..65b0194870203a7d88e8ab8be4df724cd5349fc5 100644 (file)
 ;; 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'.