]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-minibuffer-setup-hook): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 1 Jul 2002 16:11:39 +0000 (16:11 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 1 Jul 2002 16:11:39 +0000 (16:11 +0000)
lisp/ido.el

index 68026cd8323481be3365bbb85795373d0a0239df..9c1c353242e68318eea29c70d2452a2ad52358bb 100644 (file)
@@ -772,10 +772,10 @@ with other packages.  For instance:
   \(add-hook 'ido-minibuffer-setup-hook 
            \(function
             \(lambda ()
-              \(make-local-variable 'resize-minibuffer-window-max-height)
-              \(setq resize-minibuffer-window-max-height 3))))
+              \(make-local-variable 'max-mini-window-height)
+              \(setq max-mini-window-height 3))))
 
-will constrain rsz-mini to a maximum minibuffer height of 3 lines when
+will constrain Emacs to a maximum minibuffer height of 3 lines when
 ido is running.  Copied from `icomplete-minibuffer-setup-hook'."
   :type 'hook
   :group 'ido)