Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9c8acefd
Commit
9c8acefd
authored
Jan 22, 2001
by
Eli Zaretskii
Browse files
(icomplete-minibuffer-setup-hook): Doc fix.
parent
57c28064
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/icomplete.el
lisp/icomplete.el
+4
-4
No files found.
lisp/ChangeLog
View file @
9c8acefd
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)
...
...
lisp/icomplete.el
View file @
9c8acefd
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment