aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorEli Zaretskii2016-08-16 21:35:17 +0300
committerEli Zaretskii2016-08-16 21:35:17 +0300
commit2e4e74ea9c21f8a8cc73172cf4a41e5116a9dadc (patch)
tree738128da7cadae80756fe6498f6433bb3094f76b /doc
parent7d639f3be66e9b41f53e6349f8362ef0f1042e26 (diff)
parent66dea652ef5f5eacb7bdec23068f0b684f69956d (diff)
downloademacs-2e4e74ea9c21f8a8cc73172cf4a41e5116a9dadc.tar.gz
emacs-2e4e74ea9c21f8a8cc73172cf4a41e5116a9dadc.zip
Merge branch 'emacs-25' of git.savannah.gnu.org:/srv/git/emacs into emacs-25
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/windows.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 386584bf9e5..78094e95f4d 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -4358,11 +4358,11 @@ values instead of the actual margin widths for determining whether a
4358window can be split or shrunk horizontally. 4358window can be split or shrunk horizontally.
4359 4359
4360Emacs never auto-adjusts the margins of any window after splitting or 4360Emacs never auto-adjusts the margins of any window after splitting or
4361resizing it. It is sole responsibility of the application that has set 4361resizing it. It is the sole responsibility of any application setting
4362this parameter to adjust the margins of this window as well as those of 4362this parameter to adjust the margins of this window as well as those of
4363any new window that inherits this window's margins due to a split. 4363any new window that inherits this window's margins due to a split.
4364Both, @code{window-configuration-change-hook} and 4364Both @code{window-configuration-change-hook} and
4365@code{window-size-change-functions} (@pxref{Window Hooks}), should be 4365@code{window-size-change-functions} (@pxref{Window Hooks}) should be
4366employed for this purpose. 4366employed for this purpose.
4367 4367
4368This parameter was introduced in Emacs version 25.1 to support 4368This parameter was introduced in Emacs version 25.1 to support