aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/objects.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/objects.texi b/doc/lispref/objects.texi
index c65057202a0..3cd4a38469c 100644
--- a/doc/lispref/objects.texi
+++ b/doc/lispref/objects.texi
@@ -1502,8 +1502,8 @@ in one window, no window, or several windows.
1502 Though many windows may exist simultaneously, at any time one window 1502 Though many windows may exist simultaneously, at any time one window
1503is designated the @dfn{selected window}. This is the window where the 1503is designated the @dfn{selected window}. This is the window where the
1504cursor is (usually) displayed when Emacs is ready for a command. The 1504cursor is (usually) displayed when Emacs is ready for a command. The
1505selected window usually displays the current buffer, but this is not 1505selected window usually displays the current buffer (@pxref{Current
1506necessarily the case. 1506Buffer}), but this is not necessarily the case.
1507 1507
1508 Windows are grouped on the screen into frames; each window belongs to 1508 Windows are grouped on the screen into frames; each window belongs to
1509one and only one frame. @xref{Frame Type}. 1509one and only one frame. @xref{Frame Type}.