From 9c8acefd2c44ef3a4be77025d2608a2043552ec8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 22 Jan 2001 16:03:42 +0000 Subject: [PATCH] (icomplete-minibuffer-setup-hook): Doc fix. --- lisp/ChangeLog | 4 ++++ lisp/icomplete.el | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b8c12d82b69..403d179f34e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-01-22 Eli Zaretskii + + * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix. + 2001-01-22 Gerd Moellmann * isearch.el (isearch-lazy-highlight-case-fold-search) diff --git a/lisp/icomplete.el b/lisp/icomplete.el index 344cd9fe18f..46ba90b2960 100644 --- a/lisp/icomplete.el +++ b/lisp/icomplete.el @@ -113,15 +113,15 @@ completions - see `icomplete-delay-completions-threshold'." 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) -- 2.39.2