aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMartin Rudalics2017-08-19 11:23:10 +0200
committerMartin Rudalics2017-08-19 11:23:10 +0200
commit3baf2d840f90a86acd9c6180179e127d8e715897 (patch)
tree9e00fc673c199aa5d322443f6a5cc23fa55863f6 /doc
parentf0d5dcc41b680e3b09df93e1be3c663248d160b1 (diff)
downloademacs-3baf2d840f90a86acd9c6180179e127d8e715897.tar.gz
emacs-3baf2d840f90a86acd9c6180179e127d8e715897.zip
Fix one more issue reported by Alex (Bug#27999)
* doc/lispref/windows.texi (Preserving Window Sizes) (Window Parameters): Use the term `window-preserved-size' instead of `preserved-size' (Bug#27999).
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 0df8e5ee04b..5014cd3d82d 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1085,7 +1085,7 @@ by that function is preserved.
1085@end table 1085@end table
1086 1086
1087 @code{window-preserve-size} installs a window parameter (@pxref{Window 1087 @code{window-preserve-size} installs a window parameter (@pxref{Window
1088Parameters}) called @code{preserved-size} which is consulted by the 1088Parameters}) called @code{window-preserved-size} which is consulted by the
1089window resizing functions. This parameter will not prevent resizing the 1089window resizing functions. This parameter will not prevent resizing the
1090window when the window shows another buffer than the one when 1090window when the window shows another buffer than the one when
1091@code{window-preserve-size} was invoked or if its size has changed since 1091@code{window-preserve-size} was invoked or if its size has changed since
@@ -5016,8 +5016,8 @@ This parameter specifies the window that this one has been cloned
5016from. It is installed by @code{window-state-get} (@pxref{Window 5016from. It is installed by @code{window-state-get} (@pxref{Window
5017Configurations}). 5017Configurations}).
5018 5018
5019@item preserved-size 5019@item window-preserved-size
5020@vindex preserved-size, a window parameter 5020@vindex window-preserved-size, a window parameter
5021This parameter specifies a buffer, a direction where @code{nil} means 5021This parameter specifies a buffer, a direction where @code{nil} means
5022vertical and @code{t} horizontal, and a size in pixels. If this window 5022vertical and @code{t} horizontal, and a size in pixels. If this window
5023displays the specified buffer and its size in the indicated direction 5023displays the specified buffer and its size in the indicated direction