aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2008-11-09 21:22:41 +0000
committerEli Zaretskii2008-11-09 21:22:41 +0000
commit47264a979962acc65dbcdb56f4e6604cb14521fe (patch)
treefd2d7222893ef1f05c86b63a867a65f9b6066318
parentac97579cb12e507f50de58547aa17aec827d4cfa (diff)
downloademacs-47264a979962acc65dbcdb56f4e6604cb14521fe.tar.gz
emacs-47264a979962acc65dbcdb56f4e6604cb14521fe.zip
Fix usage of `see @ref'.
-rw-r--r--doc/lispref/windows.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/lispref/windows.texi b/doc/lispref/windows.texi
index af1e3285489..9f1026bd1f5 100644
--- a/doc/lispref/windows.texi
+++ b/doc/lispref/windows.texi
@@ -51,7 +51,7 @@ buffer is displayed. The term is also used to refer to a Lisp object that
51represents that screen area in Emacs Lisp. It should be 51represents that screen area in Emacs Lisp. It should be
52clear from the context which is meant. 52clear from the context which is meant.
53 53
54 Emacs groups windows into frames, see @ref{Frames}. A frame 54 Emacs groups windows into frames; see @ref{Frames}. A frame
55represents an area of screen available for Emacs to use. Each frame 55represents an area of screen available for Emacs to use. Each frame
56always contains at least one window, but you can subdivide it 56always contains at least one window, but you can subdivide it
57vertically or horizontally into multiple, nonoverlapping Emacs 57vertically or horizontally into multiple, nonoverlapping Emacs
@@ -64,14 +64,14 @@ less visible. (@xref{Cursor Parameters}, for customizing this.) At
64any time, one frame is the selected frame; and the window selected 64any time, one frame is the selected frame; and the window selected
65within that frame is @dfn{the selected window}. The selected window's 65within that frame is @dfn{the selected window}. The selected window's
66buffer is usually the current buffer (except when @code{set-buffer} has 66buffer is usually the current buffer (except when @code{set-buffer} has
67been used), see @ref{Current Buffer}. 67been used); see @ref{Current Buffer}.
68 68
69 For practical purposes, a window exists only while it is displayed in 69 For practical purposes, a window exists only while it is displayed in
70a frame. Once removed from the frame, the window is effectively deleted 70a frame. Once removed from the frame, the window is effectively deleted
71and should not be used, @emph{even though there may still be references 71and should not be used, @emph{even though there may still be references
72to it} from other Lisp objects, see @ref{Deleting Windows}. Restoring a 72to it} from other Lisp objects; see @ref{Deleting Windows}. Restoring a
73saved window configuration is the only way for a window no longer on the 73saved window configuration is the only way for a window no longer on the
74screen to come back to life, see @ref{Window Configurations}. 74screen to come back to life; see @ref{Window Configurations}.
75 75
76@cindex multiple windows 76@cindex multiple windows
77 Users create multiple windows so they can look at several buffers at 77 Users create multiple windows so they can look at several buffers at
@@ -538,7 +538,7 @@ The value of the argument @var{minibuf} specifies whether the minibuffer
538is included in the window order. Normally, when @var{minibuf} is 538is included in the window order. Normally, when @var{minibuf} is
539@code{nil}, the minibuffer is included only if it is currently 539@code{nil}, the minibuffer is included only if it is currently
540``active''; this matches the behavior of @kbd{C-x o}. (The minibuffer 540``active''; this matches the behavior of @kbd{C-x o}. (The minibuffer
541window is active while the minibuffer is in use, see @ref{Minibuffers}.) 541window is active while the minibuffer is in use; see @ref{Minibuffers}.)
542 542
543If @var{minibuf} is @code{t}, the cyclic ordering includes the 543If @var{minibuf} is @code{t}, the cyclic ordering includes the
544minibuffer window even if it is not active. If @var{minibuf} is neither 544minibuffer window even if it is not active. If @var{minibuf} is neither
@@ -790,7 +790,7 @@ If @var{buffer-or-name} is @code{nil}, @code{switch-to-buffer} chooses a
790buffer using @code{other-buffer}. If @var{buffer-or-name} is a string 790buffer using @code{other-buffer}. If @var{buffer-or-name} is a string
791that does not identify an existing buffer, then a new buffer by that 791that does not identify an existing buffer, then a new buffer by that
792name is created. The major mode for the new buffer is set according to 792name is created. The major mode for the new buffer is set according to
793the variable @code{default-major-mode}, see @ref{Auto Major Mode}. 793the variable @code{default-major-mode}; see @ref{Auto Major Mode}.
794 794
795When @code{enable-recursive-minibuffers} is non-@code{nil} and the 795When @code{enable-recursive-minibuffers} is non-@code{nil} and the
796selected window is either the minibuffer window or is dedicated to its 796selected window is either the minibuffer window or is dedicated to its
@@ -831,7 +831,7 @@ unless @var{norecord} is non-@code{nil}.
831This command makes @var{buffer-or-name} the current buffer and switches 831This command makes @var{buffer-or-name} the current buffer and switches
832to it in some window, preferably not the window previously selected. 832to it in some window, preferably not the window previously selected.
833The ``popped-to'' window becomes the selected window. Its frame is 833The ``popped-to'' window becomes the selected window. Its frame is
834given the X server's focus, if possible, see @ref{Input Focus}. The return 834given the X server's focus, if possible; see @ref{Input Focus}. The return
835value is the buffer that was switched to. 835value is the buffer that was switched to.
836 836
837If @var{buffer-or-name} is @code{nil}, that means to choose some other 837If @var{buffer-or-name} is @code{nil}, that means to choose some other
@@ -2248,7 +2248,7 @@ specifies a frame, it balances all windows on that frame. If
2248@var{window-or-frame} specifies a window, it balances this window and 2248@var{window-or-frame} specifies a window, it balances this window and
2249its ``siblings'' only. Think of a sibling as the other (original or 2249its ``siblings'' only. Think of a sibling as the other (original or
2250new) window with respect to the present one, involved in the process of 2250new) window with respect to the present one, involved in the process of
2251splitting, see @ref{Splitting Windows}. Since a sibling may have been 2251splitting; see @ref{Splitting Windows}. Since a sibling may have been
2252split again, a window can have more than one sibling. 2252split again, a window can have more than one sibling.
2253@end deffn 2253@end deffn
2254 2254
@@ -2358,12 +2358,12 @@ fringes, margins, and scroll bar settings. It also includes the value
2358of @code{minibuffer-scroll-window}. As a special exception, the window 2358of @code{minibuffer-scroll-window}. As a special exception, the window
2359configuration does not record the value of point in the selected window 2359configuration does not record the value of point in the selected window
2360for the current buffer. Also, the window configuration does not record 2360for the current buffer. Also, the window configuration does not record
2361the values of window parameters, see @ref{Window Parameters}. 2361the values of window parameters; see @ref{Window Parameters}.
2362 2362
2363 You can bring back an entire frame layout by restoring a previously 2363 You can bring back an entire frame layout by restoring a previously
2364saved window configuration. If you want to record the layout of all 2364saved window configuration. If you want to record the layout of all
2365frames instead of just one, use a frame configuration instead of a 2365frames instead of just one, use a frame configuration instead of a
2366window configuration, see @ref{Frame Configurations}. 2366window configuration; see @ref{Frame Configurations}.
2367 2367
2368@defun current-window-configuration &optional frame 2368@defun current-window-configuration &optional frame
2369This function returns a new object representing @var{frame}'s current 2369This function returns a new object representing @var{frame}'s current