diff options
| author | Paul Eggert | 2011-10-31 13:03:15 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-10-31 13:03:15 -0700 |
| commit | 5b0d046d5b6a6743be6888d02352b878151e1d6c (patch) | |
| tree | b7ea751ee33c18d1b5f7fa9b94a5a9fe010c8468 /doc | |
| parent | 1fa2385302f5b2e5bb17c8aad3cb4e320512ca46 (diff) | |
| parent | 07f3add98f088ff068aacb0429210900e95b90c3 (diff) | |
| download | emacs-5b0d046d5b6a6743be6888d02352b878151e1d6c.tar.gz emacs-5b0d046d5b6a6743be6888d02352b878151e1d6c.zip | |
Merge from trunk.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/emacsver.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 2 | ||||
| -rw-r--r-- | doc/man/emacs.1 | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/doc/emacs/emacsver.texi b/doc/emacs/emacsver.texi index 9df86fd9275..87f9dddbba8 100644 --- a/doc/emacs/emacsver.texi +++ b/doc/emacs/emacsver.texi | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | @c It would be nicer to generate this using configure and @version@. | 1 | @c It would be nicer to generate this using configure and @version@. |
| 2 | @c However, that would mean emacsver.texi would always be newer | 2 | @c However, that would mean emacsver.texi would always be newer |
| 3 | @c then the info files in release tarfiles. | 3 | @c then the info files in release tarfiles. |
| 4 | @set EMACSVER 24.0.90 | 4 | @set EMACSVER 24.0.91 |
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 |
diff --git a/doc/man/emacs.1 b/doc/man/emacs.1 index 60dfe3806c0..91ef4189b79 100644 --- a/doc/man/emacs.1 +++ b/doc/man/emacs.1 | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | .\" See section COPYING for copyright and redistribution information. | 1 | .\" See section COPYING for copyright and redistribution information. |
| 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.90" | 2 | .TH EMACS 1 "2007 April 13" "GNU Emacs 24.0.91" |
| 3 | . | 3 | . |
| 4 | . | 4 | . |
| 5 | .SH NAME | 5 | .SH NAME |