+2001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
+
+ * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
+
2001-01-22 Gerd Moellmann <gerd@gnu.org>
* isearch.el (isearch-lazy-highlight-case-fold-search)
This hook is run during minibuffer setup iff icomplete will be active.
It is intended for use in customizing icomplete for interoperation
-with other packages. For instance:
+with other features and packages. For instance:
\(add-hook 'icomplete-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
icompletion is occurring."
:type 'hook
:group 'icomplete)