emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100254: * doc/misc/cl.texi (For C


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100254: * doc/misc/cl.texi (For Clauses): Small fixes for frames and windows.
Date: Wed, 01 Dec 2010 20:09:20 -0800
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 100254
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-12-01 20:09:20 -0800
message:
  * doc/misc/cl.texi (For Clauses): Small fixes for frames and windows.
modified:
  doc/misc/ChangeLog
  doc/misc/cl.texi
=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-11-23 18:16:21 +0000
+++ b/doc/misc/ChangeLog        2010-12-02 04:09:20 +0000
@@ -1,3 +1,7 @@
+2010-12-02  Glenn Morris  <address@hidden>
+
+       * cl.texi (For Clauses): Small fixes for frames and windows.
+
 2010-11-23  Glenn Morris  <address@hidden>
            James Clark  <address@hidden>
 

=== modified file 'doc/misc/cl.texi'
--- a/doc/misc/cl.texi  2010-10-08 03:01:23 +0000
+++ b/doc/misc/cl.texi  2010-12-02 04:09:20 +0000
@@ -2494,15 +2494,18 @@
 @code{of} term may specify either a buffer or a string.
 
 @item for @var{var} being the frames
-This clause iterates over all frames, i.e., X window system windows
-open on Emacs files.  The
-clause @code{screens} is a synonym for @code{frames}.  The frames
-are visited in @code{next-frame} order starting from
address@hidden
+This clause iterates over all Emacs frames. The clause @code{screens} is
+a synonym for @code{frames}.  The frames are visited in
address@hidden order starting from @code{selected-frame}.
 
 @item for @var{var} being the windows [of @var{frame}]
 This clause iterates over the windows (in the Emacs sense) of
-the current frame, or of the specified @var{frame}.
+the current frame, or of the specified @var{frame}.  It visits windows
+in @code{next-window} order starting from @code{selected-window}
+(or @code{frame-selected-window} if you specify @var{frame}).
+This clause treats the minibuffer window in the same way as
address@hidden does.  For greater flexibility, consider using
address@hidden instead.
 
 @item for @var{var} being the buffers
 This clause iterates over all buffers in Emacs.  It is equivalent
@@ -5322,6 +5325,3 @@
 
 @bye
 
address@hidden
-   arch-tag: b61e7200-3bfa-4a70-a9d3-095e152696f8
address@hidden ignore


reply via email to

[Prev in Thread] Current Thread [Next in Thread]