aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-07-19 14:31:17 +0800
committerXue Fuqiao2013-07-19 14:31:17 +0800
commitac446ed806624ee66ccec019e631b9de58b14537 (patch)
tree56193fb18c1ccfbd9b3ced60d2dd6df8fe64cc51
parentab9980cd3ba7e1cefe846610dccdc86923dcdb86 (diff)
downloademacs-ac446ed806624ee66ccec019e631b9de58b14537.tar.gz
emacs-ac446ed806624ee66ccec019e631b9de58b14537.zip
* doc/lispref/windows.texi (Display Action Functions): Mention next-window.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/windows.texi4
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 @@
12013-07-19 Xue Fuqiao <xfq.free@gmail.com>
2
3 * windows.texi (Display Action Functions): Mention next-window.
4
12013-07-16 Xue Fuqiao <xfq.free@gmail.com> 52013-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:
1924A frame means consider windows on that frame only. 1924A frame means consider windows on that frame only.
1925@end itemize 1925@end itemize
1926 1926
1927Note that these meanings differ slightly from those of the
1928@var{all-frames} argument to @code{next-window} (@pxref{Cyclic Window
1929Ordering}).
1930
1927If @var{alist} contains no @code{reusable-frames} entry, this function 1931If @var{alist} contains no @code{reusable-frames} entry, this function
1928normally searches just the selected frame; however, if the variable 1932normally 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