diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 10 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 6 |
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 @@ | |||
| 1 | 2014-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 | |||
| 1 | 2014-04-25 Eli Zaretskii <eliz@gnu.org> | 6 | 2014-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 | ||
| 7 | 2014-04-22 Eli Zaretskii <eliz@gnu.org> | 11 | 2014-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 | ||
| 3656 | A @dfn{window configuration} records the entire layout of one | 3656 | A @dfn{window configuration} records the entire layout of one |
| 3657 | frame---all windows, their sizes, which buffers they contain, how those | 3657 | frame---all windows, their sizes, which buffers they contain, how those |
| 3658 | buffers are scrolled, and their values of point and the mark; also their | 3658 | buffers are scrolled, and their value of point; also their |
| 3659 | fringes, margins, and scroll bar settings. It also includes the value | 3659 | fringes, margins, and scroll bar settings. It also includes the value |
| 3660 | of @code{minibuffer-scroll-window}. As a special exception, the window | 3660 | of @code{minibuffer-scroll-window}. As a special exception, the window |
| 3661 | configuration does not record the value of point in the selected window | 3661 | configuration 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 |
| 3733 | This function compares two window configurations as regards the | 3733 | This function compares two window configurations as regards the |
| 3734 | structure of windows, but ignores the values of point and mark and the | 3734 | structure of windows, but ignores the values of point and the |
| 3735 | saved scrolling positions---it can return @code{t} even if those | 3735 | saved scrolling positions---it can return @code{t} even if those |
| 3736 | aspects differ. | 3736 | aspects differ. |
| 3737 | 3737 | ||
| 3738 | The function @code{equal} can also compare two window configurations; it | 3738 | The function @code{equal} can also compare two window configurations; it |
| 3739 | regards configurations as unequal if they differ in any respect, even a | 3739 | regards configurations as unequal if they differ in any respect, even a |
| 3740 | saved point or mark. | 3740 | saved point. |
| 3741 | @end defun | 3741 | @end defun |
| 3742 | 3742 | ||
| 3743 | @defun window-configuration-frame config | 3743 | @defun window-configuration-frame config |