diff options
| author | Glenn Morris | 2016-08-16 08:40:02 -0700 |
|---|---|---|
| committer | Glenn Morris | 2016-08-16 08:40:02 -0700 |
| commit | 66dea652ef5f5eacb7bdec23068f0b684f69956d (patch) | |
| tree | fc51f6e278e24379f6ac8a0d99a81bcefd5af5dd /etc | |
| parent | 4225b786746e170477ddd64deaf18facf11955f4 (diff) | |
| download | emacs-66dea652ef5f5eacb7bdec23068f0b684f69956d.tar.gz emacs-66dea652ef5f5eacb7bdec23068f0b684f69956d.zip | |
; * doc/lispref/windows.texi (Window Parameters): Grammar tweaks.
* etc/NEWS: Likewise.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -1631,9 +1631,9 @@ frames. | |||
| 1631 | 'window-divider-default-places', 'window-divider-default-bottom-width' | 1631 | 'window-divider-default-places', 'window-divider-default-bottom-width' |
| 1632 | and 'window-divider-default-right-width'. | 1632 | and 'window-divider-default-right-width'. |
| 1633 | 1633 | ||
| 1634 | *** When a window is shrunk horizontally its margins are no more removed | 1634 | *** When a window is shrunk horizontally its margins are no longer removed |
| 1635 | automatically. Rather, Emacs refuses to split or resize windows when | 1635 | automatically. Rather, Emacs refuses to split or resize windows when |
| 1636 | this would cause margins to no more fit into the width reserved for the | 1636 | this would cause margins to no longer fit into the width reserved for the |
| 1637 | corresponding window. An application can override this behavior for a | 1637 | corresponding window. An application can override this behavior for a |
| 1638 | particular window by setting that window's 'min-margins' parameter. As | 1638 | particular window by setting that window's 'min-margins' parameter. As |
| 1639 | a consequence, the application becomes fully responsible for trimming | 1639 | a consequence, the application becomes fully responsible for trimming |