From: Juanma Barranquero Date: Mon, 1 Jul 2002 16:11:39 +0000 (+0000) Subject: (ido-minibuffer-setup-hook): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~14361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=319a586a30ce9657f8025262e586a49ab63f4ae6;p=emacs.git (ido-minibuffer-setup-hook): Doc fix. --- diff --git a/lisp/ido.el b/lisp/ido.el index 68026cd8323..9c1c353242e 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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)