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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -2215,9 +2215,9 @@ frames. | |||
| 2215 | 'window-divider-default-places', 'window-divider-default-bottom-width' | 2215 | 'window-divider-default-places', 'window-divider-default-bottom-width' |
| 2216 | and 'window-divider-default-right-width'. | 2216 | and 'window-divider-default-right-width'. |
| 2217 | 2217 | ||
| 2218 | *** When a window is shrunk horizontally its margins are no more removed | 2218 | *** When a window is shrunk horizontally its margins are no longer removed |
| 2219 | automatically. Rather, Emacs refuses to split or resize windows when | 2219 | automatically. Rather, Emacs refuses to split or resize windows when |
| 2220 | this would cause margins to no more fit into the width reserved for the | 2220 | this would cause margins to no longer fit into the width reserved for the |
| 2221 | corresponding window. An application can override this behavior for a | 2221 | corresponding window. An application can override this behavior for a |
| 2222 | particular window by setting that window's 'min-margins' parameter. As | 2222 | particular window by setting that window's 'min-margins' parameter. As |
| 2223 | a consequence, the application becomes fully responsible for trimming | 2223 | a consequence, the application becomes fully responsible for trimming |