aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-07-01 16:11:39 +0000
committerJuanma Barranquero <[email protected]>2002-07-01 16:11:39 +0000
commit319a586a30ce9657f8025262e586a49ab63f4ae6 (patch)
tree528a5c970daebc48920f3e3dbfbf1a3dac49307b
parentdc976f2c3f6d1045f4a3353673d0e5b1a7acfeda (diff)
(ido-minibuffer-setup-hook): Doc fix.
-rw-r--r--lisp/ido.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ido.el b/lisp/ido.el
index 68026cd832..9c1c353242 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)