emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 3baf2d8: Fix one more issue reported by Alex (Bug#2


From: Martin Rudalics
Subject: [Emacs-diffs] master 3baf2d8: Fix one more issue reported by Alex (Bug#27999)
Date: Sat, 19 Aug 2017 05:23:43 -0400 (EDT)

branch: master
commit 3baf2d840f90a86acd9c6180179e127d8e715897
Author: Martin Rudalics <address@hidden>
Commit: Martin Rudalics <address@hidden>

    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).
---
 doc/lispref/windows.texi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 0df8e5e..5014cd3 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -1085,7 +1085,7 @@ by that function is preserved.
 @end table
 
   @code{window-preserve-size} installs a window parameter (@pxref{Window
-Parameters}) called @code{preserved-size} which is consulted by the
+Parameters}) called @code{window-preserved-size} which is consulted by the
 window resizing functions.  This parameter will not prevent resizing the
 window when the window shows another buffer than the one when
 @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
 from.  It is installed by @code{window-state-get} (@pxref{Window
 Configurations}).
 
address@hidden preserved-size
address@hidden preserved-size, a window parameter
address@hidden window-preserved-size
address@hidden window-preserved-size, a window parameter
 This parameter specifies a buffer, a direction where @code{nil} means
 vertical and @code{t} horizontal, and a size in pixels.  If this window
 displays the specified buffer and its size in the indicated direction



reply via email to

[Prev in Thread] Current Thread [Next in Thread]