]> git.eshelyaron.com Git - emacs.git/commitdiff
; * doc/lispref/windows.texi (Window Parameters): Grammar tweaks.
authorGlenn Morris <rgm@gnu.org>
Tue, 16 Aug 2016 15:40:02 +0000 (08:40 -0700)
committerGlenn Morris <rgm@gnu.org>
Tue, 16 Aug 2016 15:40:02 +0000 (08:40 -0700)
* etc/NEWS: Likewise.

doc/lispref/windows.texi
etc/NEWS

index 386584bf9e571d0c44d25362f85623eafac5fde5..78094e95f4ddc7fd0fa0ecb950fec3974a9d0cef 100644 (file)
@@ -4358,11 +4358,11 @@ values instead of the actual margin widths for determining whether a
 window can be split or shrunk horizontally.
 
 Emacs never auto-adjusts the margins of any window after splitting or
-resizing it.  It is sole responsibility of the application that has set
+resizing it.  It is the sole responsibility of any application setting
 this parameter to adjust the margins of this window as well as those of
 any new window that inherits this window's margins due to a split.
-Both, @code{window-configuration-change-hook} and
-@code{window-size-change-functions} (@pxref{Window Hooks}), should be
+Both @code{window-configuration-change-hook} and
+@code{window-size-change-functions} (@pxref{Window Hooks}) should be
 employed for this purpose.
 
 This parameter was introduced in Emacs version 25.1 to support
index 87588266b42caae484ad0b65022e516aa02d47a7..9f97d764aeed05584e22278bcf124cc3125af1e5 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1631,9 +1631,9 @@ frames.
 'window-divider-default-places', 'window-divider-default-bottom-width'
 and 'window-divider-default-right-width'.
 
-*** When a window is shrunk horizontally its margins are no more removed
+*** When a window is shrunk horizontally its margins are no longer removed
 automatically.  Rather, Emacs refuses to split or resize windows when
-this would cause margins to no more fit into the width reserved for the
+this would cause margins to no longer fit into the width reserved for the
 corresponding window.  An application can override this behavior for a
 particular window by setting that window's 'min-margins' parameter.  As
 a consequence, the application becomes fully responsible for trimming