Fix fit-window-to-buffer doc-string.
This commit is contained in:
parent
ab10393e75
commit
c4ea7c9612
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2014-09-12 Kan-Ru Chen <kanru@kanru.info>
|
||||
|
||||
* window.el (fit-window-to-buffer): Doc fix.
|
||||
|
||||
2014-09-10 Ivan Shmakov <ivan@siamics.net> (tiny change)
|
||||
|
||||
* desktop.el (desktop-create-buffer): Check that buffers are still live
|
||||
|
|
|
@ -7173,7 +7173,7 @@ and header line and a bottom divider, if any.
|
|||
|
||||
If WINDOW is part of a horizontal combination and the value of
|
||||
the option `fit-window-to-buffer-horizontally' is non-nil, adjust
|
||||
WINDOW's height. The new width of WINDOW is calculated from the
|
||||
WINDOW's width. The new width of WINDOW is calculated from the
|
||||
maximum length of its buffer's lines that follow the current
|
||||
start position of WINDOW. The optional argument MAX-WIDTH
|
||||
specifies a maximum width and defaults to the width of WINDOW's
|
||||
|
|
Loading…
Add table
Reference in a new issue