aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorMartin Rudalics2011-10-30 09:29:56 +0100
committerMartin Rudalics2011-10-30 09:29:56 +0100
commit3d8daefefaf3bfd73ca4d8a363b044ec66a45e3a (patch)
tree2dc57eb08f67ac05e46da3abb33071bc9b6cf738 /doc/lispref
parentc1e2f5fa6977e86cf2797c4f4627e518b40c5182 (diff)
downloademacs-3d8daefefaf3bfd73ca4d8a363b044ec66a45e3a.tar.gz
emacs-3d8daefefaf3bfd73ca4d8a363b044ec66a45e3a.zip
Remove "iso-" infix from window combination functions.
* window.el (window-iso-combination-p, window-iso-combined-p) (window-iso-combinations): Remove "iso-" infix. Suggested by Chong Yidong. (window-min-size-1, window-size-fixed-1, window-min-delta-1) (window-max-delta-1, window-resize, window--resize-siblings) (window--resize-this-window, adjust-window-trailing-edge) (split-window, balance-windows-1) (shrink-window-if-larger-than-buffer): * calendar/calendar.el (calendar-generate-window): * help.el (resize-temp-buffer-window): Adjust callers accordingly. * windows.texi (Windows and Frames): Remove "iso-" infix from documentation of window-iso-combined-p.
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