Mercurial > emacs
changeset 46118:5631b19e689c
(ido-minibuffer-setup-hook): Doc fix.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 01 Jul 2002 16:11:39 +0000 |
parents | 7bebc3158bd1 |
children | c655b113a51f |
files | lisp/ido.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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)