# HG changeset patch # User Juanma Barranquero # Date 1025539899 0 # Node ID 5631b19e689c086089a4f4a4c5da184184f88147 # Parent 7bebc3158bd12ea6eb6d32716f13f729c7c3eae0 (ido-minibuffer-setup-hook): Doc fix. diff -r 7bebc3158bd1 -r 5631b19e689c lisp/ido.el --- a/lisp/ido.el Mon Jul 01 16:05:59 2002 +0000 +++ b/lisp/ido.el Mon Jul 01 16:11:39 2002 +0000 @@ -772,10 +772,10 @@ \(add-hook 'ido-minibuffer-setup-hook \(function \(lambda () - \(make-local-variable 'resize-minibuffer-window-max-height) - \(setq resize-minibuffer-window-max-height 3)))) - -will constrain rsz-mini to a maximum minibuffer height of 3 lines when + \(make-local-variable 'max-mini-window-height) + \(setq max-mini-window-height 3)))) + +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)