aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/ChangeLog10
-rw-r--r--doc/lispref/windows.texi6
2 files changed, 10 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 04b2e91ee4b..9d15f65480c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,8 +1,12 @@
12014-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * windows.texi (Window Configurations, Window Configurations):
4 Window configs don't store marks any more.
5
12014-04-25 Eli Zaretskii <eliz@gnu.org> 62014-04-25 Eli Zaretskii <eliz@gnu.org>
2 7
3 * strings.texi (Text Comparison): Mention 8 * strings.texi (Text Comparison): Mention equal-including-properties
4 equal-including-properties for when text properties of the strings 9 for when text properties of the strings matter for comparison.
5 matter for comparison.
6 10
72014-04-22 Eli Zaretskii <eliz@gnu.org> 112014-04-22 Eli Zaretskii <eliz@gnu.org>
8 12
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index e4177836fa8..f2fe5c85a93 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -3655,7 +3655,7 @@ This function returns the top pixel edge of window @var{window}.
3655 3655
3656A @dfn{window configuration} records the entire layout of one 3656A @dfn{window configuration} records the entire layout of one
3657frame---all windows, their sizes, which buffers they contain, how those 3657frame---all windows, their sizes, which buffers they contain, how those
3658buffers are scrolled, and their values of point and the mark; also their 3658buffers are scrolled, and their value of point; also their
3659fringes, margins, and scroll bar settings. It also includes the value 3659fringes, margins, and scroll bar settings. It also includes the value
3660of @code{minibuffer-scroll-window}. As a special exception, the window 3660of @code{minibuffer-scroll-window}. As a special exception, the window
3661configuration does not record the value of point in the selected window 3661configuration does not record the value of point in the selected window
@@ -3731,13 +3731,13 @@ This function returns @code{t} if @var{object} is a window configuration.
3731 3731
3732@defun compare-window-configurations config1 config2 3732@defun compare-window-configurations config1 config2
3733This function compares two window configurations as regards the 3733This function compares two window configurations as regards the
3734structure of windows, but ignores the values of point and mark and the 3734structure of windows, but ignores the values of point and the
3735saved scrolling positions---it can return @code{t} even if those 3735saved scrolling positions---it can return @code{t} even if those
3736aspects differ. 3736aspects differ.
3737 3737
3738The function @code{equal} can also compare two window configurations; it 3738The function @code{equal} can also compare two window configurations; it
3739regards configurations as unequal if they differ in any respect, even a 3739regards configurations as unequal if they differ in any respect, even a
3740saved point or mark. 3740saved point.
3741@end defun 3741@end defun
3742 3742
3743@defun window-configuration-frame config 3743@defun window-configuration-frame config