diff options
| author | Dave Love | 2001-01-22 20:50:42 +0000 |
|---|---|---|
| committer | Dave Love | 2001-01-22 20:50:42 +0000 |
| commit | e294b7f1bf06719d35ffb89995c34e7c30c4eb75 (patch) | |
| tree | cb93107da5b78a7ee2dc78844b8e23190cbe6eba /lispref/frames.texi | |
| parent | cb2ddc536628e8976717999cac74ae3fe54e071a (diff) | |
| download | emacs-e294b7f1bf06719d35ffb89995c34e7c30c4eb75.tar.gz emacs-e294b7f1bf06719d35ffb89995c34e7c30c4eb75.zip | |
Change "X windows" instances.
Diffstat (limited to 'lispref/frames.texi')
| -rw-r--r-- | lispref/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index 17b67941290..4d327c9cd26 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi | |||
| @@ -20,7 +20,7 @@ one and only one at any given time---on the terminal screen, of course. | |||
| 20 | 20 | ||
| 21 | @cindex window frame | 21 | @cindex window frame |
| 22 | When Emacs communicates directly with a supported window system, such | 22 | When Emacs communicates directly with a supported window system, such |
| 23 | as X Windows, it does not have a terminal frame; instead, it starts with | 23 | as X, it does not have a terminal frame; instead, it starts with |
| 24 | a single @dfn{window frame}, but you can create more, and Emacs can | 24 | a single @dfn{window frame}, but you can create more, and Emacs can |
| 25 | display several such frames at once as is usual for window systems. | 25 | display several such frames at once as is usual for window systems. |
| 26 | 26 | ||
| @@ -1310,7 +1310,7 @@ defined in the file @file{lisp/term/x-win.el}. Use @kbd{M-x apropos | |||
| 1310 | 1310 | ||
| 1311 | @node Window System Selections | 1311 | @node Window System Selections |
| 1312 | @section Window System Selections | 1312 | @section Window System Selections |
| 1313 | @cindex selection (for X windows) | 1313 | @cindex selection (for window systems) |
| 1314 | 1314 | ||
| 1315 | The X server records a set of @dfn{selections} which permit transfer of | 1315 | The X server records a set of @dfn{selections} which permit transfer of |
| 1316 | data between application programs. The various selections are | 1316 | data between application programs. The various selections are |