emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi


From: Chong Yidong
Subject: [Emacs-diffs] emacs/doc/lispref ChangeLog windows.texi
Date: Tue, 19 May 2009 15:07:29 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/05/19 15:07:29

Modified files:
        doc/lispref    : ChangeLog windows.texi 

Log message:
        * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
        (Displaying Buffers, Resizing Windows): Correct mistakes;
        next-window, previous-window, and pop-to-buffer are not commands,
        and fit-window-to-buffer" is a command.  (Pointed out by Martin
        Rudalics.)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/ChangeLog?cvsroot=emacs&r1=1.280&r2=1.281
http://cvs.savannah.gnu.org/viewcvs/emacs/doc/lispref/windows.texi?cvsroot=emacs&r1=1.32&r2=1.33

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -b -r1.280 -r1.281
--- ChangeLog   17 May 2009 16:09:22 -0000      1.280
+++ ChangeLog   19 May 2009 15:07:29 -0000      1.281
@@ -1,3 +1,11 @@
+2009-05-19  Chong Yidong  <address@hidden>
+
+       * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering)
+       (Displaying Buffers, Resizing Windows): Correct mistakes;
+       next-window, previous-window, and pop-to-buffer are not commands,
+       and fit-window-to-buffer" is a command.  (Pointed out by Martin
+       Rudalics.)
+
 2009-05-17  Richard M Stallman  <address@hidden>
 
        * modes.texi (Precalculated Fontification): Clarify text.

Index: windows.texi
===================================================================
RCS file: /sources/emacs/emacs/doc/lispref/windows.texi,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -b -r1.32 -r1.33
--- windows.texi        17 May 2009 12:11:18 -0000      1.32
+++ windows.texi        19 May 2009 15:07:29 -0000      1.33
@@ -524,7 +524,7 @@
 In general, within each set of siblings at any level in the window tree
 (@pxref{Window Tree}), the order is left to right, or top to bottom.
 
address@hidden Command next-window &optional window minibuf all-frames
address@hidden next-window &optional window minibuf all-frames
 @cindex minibuffer window, and @code{next-window}
 This function returns the window following @var{window} in the cyclic
 ordering of windows.  This is the window @kbd{C-x o} selects if typed
@@ -589,7 +589,7 @@
 @end example
 @end deffn
 
address@hidden Command previous-window &optional window minibuf all-frames
address@hidden previous-window &optional window minibuf all-frames
 This function returns the window preceding @var{window} in the cyclic
 ordering of windows.  The other arguments specify which windows to
 include in the cycle, as in @code{next-window}.
@@ -826,7 +826,7 @@
 unless @var{norecord} is address@hidden
 @end deffn
 
address@hidden Command pop-to-buffer buffer-or-name &optional other-window 
norecord
address@hidden pop-to-buffer buffer-or-name &optional other-window norecord
 This command makes @var{buffer-or-name} the current buffer and switches
 to it in some window, preferably not the window previously selected.
 The ``popped-to'' window becomes the selected window.  Its frame is
@@ -2184,7 +2184,7 @@
 function returns @code{nil}.
 @end defun
 
address@hidden fit-window-to-buffer &optional window max-height min-height
address@hidden Command fit-window-to-buffer &optional window max-height 
min-height
 This function makes @var{window} the right height to display its
 contents exactly.  The default for @var{window} is the selected window.
 




reply via email to

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