Mercurial > emacs
changeset 35467:d9a298a82b9a
(icomplete-minibuffer-setup-hook): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 22 Jan 2001 16:03:16 +0000 |
parents | 1dd8fcdccfdb |
children | 36b3606c4e38 |
files | lisp/icomplete.el |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/icomplete.el Mon Jan 22 15:17:50 2001 +0000 +++ b/lisp/icomplete.el Mon Jan 22 16:03:16 2001 +0000 @@ -113,15 +113,15 @@ 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)