diff options
| author | Martin Rudalics | 2011-10-30 09:29:56 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2011-10-30 09:29:56 +0100 |
| commit | 3d8daefefaf3bfd73ca4d8a363b044ec66a45e3a (patch) | |
| tree | 2dc57eb08f67ac05e46da3abb33071bc9b6cf738 /doc | |
| parent | c1e2f5fa6977e86cf2797c4f4627e518b40c5182 (diff) | |
| download | emacs-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')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-10-26 Chong Yidong <cyd@gnu.org> | 6 | 2011-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}. | |||
| 309 | The following function is useful to determine whether a window is part | 309 | The following function is useful to determine whether a window is part |
| 310 | of a vertical or horizontal combination. | 310 | of a vertical or horizontal combination. |
| 311 | 311 | ||
| 312 | @defun window-iso-combined-p &optional window horizontal | 312 | @defun window-combined-p &optional window horizontal |
| 313 | This function returns non-@code{nil} if and only if @var{window} is | 313 | This function returns non-@code{nil} if and only if @var{window} is |
| 314 | vertically combined. The argument @var{window} can specify any window | 314 | vertically combined. The argument @var{window} can specify any window |
| 315 | and defaults to the selected one. The actual return value is the first | 315 | and defaults to the selected one. The actual return value is the first |