diff options
| author | Xue Fuqiao | 2013-07-19 14:31:17 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-07-19 14:31:17 +0800 |
| commit | ac446ed806624ee66ccec019e631b9de58b14537 (patch) | |
| tree | 56193fb18c1ccfbd9b3ced60d2dd6df8fe64cc51 | |
| parent | ab9980cd3ba7e1cefe846610dccdc86923dcdb86 (diff) | |
| download | emacs-ac446ed806624ee66ccec019e631b9de58b14537.tar.gz emacs-ac446ed806624ee66ccec019e631b9de58b14537.zip | |
* doc/lispref/windows.texi (Display Action Functions): Mention next-window.
| -rw-r--r-- | doc/lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/lispref/windows.texi | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index d2480cbad8b..8b0dd6afa4e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-07-19 Xue Fuqiao <xfq.free@gmail.com> | ||
| 2 | |||
| 3 | * windows.texi (Display Action Functions): Mention next-window. | ||
| 4 | |||
| 1 | 2013-07-16 Xue Fuqiao <xfq.free@gmail.com> | 5 | 2013-07-16 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 6 | ||
| 3 | * windows.texi (Selecting Windows): Fix the introduction of | 7 | * windows.texi (Selecting Windows): Fix the introduction of |
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 4cd525f6000..1f65f687014 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi | |||
| @@ -1924,6 +1924,10 @@ frames to search for a reusable window: | |||
| 1924 | A frame means consider windows on that frame only. | 1924 | A frame means consider windows on that frame only. |
| 1925 | @end itemize | 1925 | @end itemize |
| 1926 | 1926 | ||
| 1927 | Note that these meanings differ slightly from those of the | ||
| 1928 | @var{all-frames} argument to @code{next-window} (@pxref{Cyclic Window | ||
| 1929 | Ordering}). | ||
| 1930 | |||
| 1927 | If @var{alist} contains no @code{reusable-frames} entry, this function | 1931 | If @var{alist} contains no @code{reusable-frames} entry, this function |
| 1928 | normally searches just the selected frame; however, if the variable | 1932 | normally searches just the selected frame; however, if the variable |
| 1929 | @code{pop-up-frames} is non-@code{nil}, it searches all frames on the | 1933 | @code{pop-up-frames} is non-@code{nil}, it searches all frames on the |