mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 11:00:45 -08:00
`shrink-window' doc fix
* window.el (shrink-window): Mention the `window-min-height' variable in the doc string.
This commit is contained in:
parent
48cac0510d
commit
f23d2c7d18
2 changed files with 6 additions and 0 deletions
|
|
@ -2117,6 +2117,7 @@ Interactively, if no argument is given, make the selected window
|
|||
one line smaller. If optional argument HORIZONTAL is non-nil,
|
||||
make selected window narrower by DELTA columns. If DELTA is
|
||||
negative, enlarge selected window by -DELTA lines or columns.
|
||||
Also see the `window-min-height' variable.
|
||||
Return nil."
|
||||
(interactive "p")
|
||||
(cond
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue