diff options
| author | Paul Eggert | 2016-08-22 14:38:50 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-08-22 14:38:50 -0700 |
| commit | bde5e3fa83a0275bc6b54af23906fc3a8b313888 (patch) | |
| tree | 2f3232e658c463648621731143e696847fe8a928 /doc | |
| parent | 5f3aea8a10773dc481ed719034ea464573845ea1 (diff) | |
| parent | 66dea652ef5f5eacb7bdec23068f0b684f69956d (diff) | |
| download | emacs-bde5e3fa83a0275bc6b54af23906fc3a8b313888.tar.gz emacs-bde5e3fa83a0275bc6b54af23906fc3a8b313888.zip | |
Merge from origin/emacs-25
66dea65 ; * doc/lispref/windows.texi (Window Parameters): Grammar twe...
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/windows.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index b2b57642434..36bccdd30a1 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -4395,11 +4395,11 @@ values instead of the actual margin widths for determining whether a | |||
| 4395 | window can be split or shrunk horizontally. | 4395 | window can be split or shrunk horizontally. |
| 4396 | 4396 | ||
| 4397 | Emacs never auto-adjusts the margins of any window after splitting or | 4397 | Emacs never auto-adjusts the margins of any window after splitting or |
| 4398 | resizing it. It is sole responsibility of the application that has set | 4398 | resizing it. It is the sole responsibility of any application setting |
| 4399 | this parameter to adjust the margins of this window as well as those of | 4399 | this parameter to adjust the margins of this window as well as those of |
| 4400 | any new window that inherits this window's margins due to a split. | 4400 | any new window that inherits this window's margins due to a split. |
| 4401 | Both, @code{window-configuration-change-hook} and | 4401 | Both @code{window-configuration-change-hook} and |
| 4402 | @code{window-size-change-functions} (@pxref{Window Hooks}), should be | 4402 | @code{window-size-change-functions} (@pxref{Window Hooks}) should be |
| 4403 | employed for this purpose. | 4403 | employed for this purpose. |
| 4404 | 4404 | ||
| 4405 | This parameter was introduced in Emacs version 25.1 to support | 4405 | This parameter was introduced in Emacs version 25.1 to support |