mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(set-window-text-height): Fix doc-string.
This commit is contained in:
parent
e9aab93b7a
commit
9992ea0cb4
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2008-12-21 Martin Rudalics <rudalics@gmx.at>
|
||||
|
||||
* window.el (set-window-text-height): Fix doc-string.
|
||||
|
||||
2008-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* minibuffer.el (completion-all-completions-with-base-size): Remove.
|
||||
|
|
|
|||
|
|
@ -1210,7 +1210,7 @@ The selected window remains selected. Return the new window."
|
|||
|
||||
|
||||
(defun set-window-text-height (window height)
|
||||
"Sets the height in lines of the text display area of WINDOW to HEIGHT.
|
||||
"Set the height in lines of the text display area of WINDOW to HEIGHT.
|
||||
HEIGHT doesn't include the mode line or header line, if any, or
|
||||
any partial-height lines in the text display area.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue