From: Chong Yidong Date: Tue, 19 May 2009 15:07:29 +0000 (+0000) Subject: * windows.texi (Cyclic Window Ordering, Cyclic Window Ordering) X-Git-Tag: emacs-pretest-23.0.94~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=04173931b0c63333bbdea4f7ed78a72d6835147e;p=emacs.git * 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.) --- diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 9bcd9511f78..c151f92006e 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,11 @@ +2009-05-19 Chong Yidong + + * 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 * modes.texi (Precalculated Fontification): Clarify text. diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi index 8bc51d4b646..5e58bb13486 100644 --- a/doc/lispref/windows.texi +++ b/doc/lispref/windows.texi @@ -524,7 +524,7 @@ horizontal, the ordering is top to bottom in the left part, and so on. 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. -@deffn Command next-window &optional window minibuf all-frames +@deffn 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 @@ buffer @samp{windows.texi}: @end example @end deffn -@deffn Command previous-window &optional window minibuf all-frames +@deffn 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 @@ This function updates the buffer list just like @code{switch-to-buffer} unless @var{norecord} is non-@code{nil}. @end deffn -@deffn Command pop-to-buffer buffer-or-name &optional other-window norecord +@deffn 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 @@ requested size adjustment, it signals an error. On success, this function returns @code{nil}. @end defun -@defun fit-window-to-buffer &optional window max-height min-height +@defun 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.