aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorAlan Mackenzie2011-11-03 22:03:18 +0000
committerAlan Mackenzie2011-11-03 22:03:18 +0000
commit85ba4cded3ef5a834c880edfdb6cf7ec3a747e9b (patch)
tree2a207d6e9e906119087ad357c892414db01211cb /doc/lispref
parenta6ba2ab9277496b66f6939766a3470c1f0a84287 (diff)
parent14e1d9eab9f4b7341f92397a0a9a2706f7b26ee9 (diff)
downloademacs-85ba4cded3ef5a834c880edfdb6cf7ec3a747e9b.tar.gz
emacs-85ba4cded3ef5a834c880edfdb6cf7ec3a747e9b.zip
Merge.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/windows.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index acc334ea000..1e86e07998c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-10-30 Martin Rudalics <rudalics@gmx.at>
2
3 * windows.texi (Windows and Frames): Remove "iso-" infix from
4 documentation of window-iso-combined-p.
5
12011-10-26 Chong Yidong <cyd@gnu.org> 62011-10-26 Chong Yidong <cyd@gnu.org>
2 7
3 * modes.texi (Running Hooks): Document with-wrapper-hook. 8 * modes.texi (Running Hooks): Document with-wrapper-hook.
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index 9dd03027ee2..37679aa4a0b 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -309,7 +309,7 @@ W4)} is @code{W6}.
309The following function is useful to determine whether a window is part 309The following function is useful to determine whether a window is part
310of a vertical or horizontal combination. 310of a vertical or horizontal combination.
311 311
312@defun window-iso-combined-p &optional window horizontal 312@defun window-combined-p &optional window horizontal
313This function returns non-@code{nil} if and only if @var{window} is 313This function returns non-@code{nil} if and only if @var{window} is
314vertically combined. The argument @var{window} can specify any window 314vertically combined. The argument @var{window} can specify any window
315and defaults to the selected one. The actual return value is the first 315and defaults to the selected one. The actual return value is the first