diff options
| -rw-r--r-- | doc/lispref/objects.texi | 4 |
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 |
| 1503 | is designated the @dfn{selected window}. This is the window where the | 1503 | is designated the @dfn{selected window}. This is the window where the |
| 1504 | cursor is (usually) displayed when Emacs is ready for a command. The | 1504 | cursor is (usually) displayed when Emacs is ready for a command. The |
| 1505 | selected window usually displays the current buffer, but this is not | 1505 | selected window usually displays the current buffer (@pxref{Current |
| 1506 | necessarily the case. | 1506 | Buffer}), 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 |
| 1509 | one and only one frame. @xref{Frame Type}. | 1509 | one and only one frame. @xref{Frame Type}. |