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 | |
| parent | cb2ddc536628e8976717999cac74ae3fe54e071a (diff) | |
| download | emacs-e294b7f1bf06719d35ffb89995c34e7c30c4eb75.tar.gz emacs-e294b7f1bf06719d35ffb89995c34e7c30c4eb75.zip | |
Change "X windows" instances.
| -rw-r--r-- | lispref/elisp-vol1.texi | 2 | ||||
| -rw-r--r-- | lispref/elisp-vol2.texi | 2 | ||||
| -rw-r--r-- | lispref/elisp.texi | 2 | ||||
| -rw-r--r-- | lispref/frames.texi | 4 | ||||
| -rw-r--r-- | lispref/os.texi | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/lispref/elisp-vol1.texi b/lispref/elisp-vol1.texi index 2d9e96311c5..ddd4f776013 100644 --- a/lispref/elisp-vol1.texi +++ b/lispref/elisp-vol1.texi | |||
| @@ -631,7 +631,7 @@ Keymaps | |||
| 631 | * Inheritance and Keymaps:: How one keymap can inherit the bindings | 631 | * Inheritance and Keymaps:: How one keymap can inherit the bindings |
| 632 | of another keymap. | 632 | of another keymap. |
| 633 | * Prefix Keys:: Defining a key with a keymap as its definition. | 633 | * Prefix Keys:: Defining a key with a keymap as its definition. |
| 634 | * Menu Keymaps:: A keymap can define a menu for X windows | 634 | * Menu Keymaps:: A keymap can define a menu for X |
| 635 | or for use from the terminal. | 635 | or for use from the terminal. |
| 636 | * Active Keymaps:: Each buffer has a local keymap | 636 | * Active Keymaps:: Each buffer has a local keymap |
| 637 | to override the standard (global) bindings. | 637 | to override the standard (global) bindings. |
diff --git a/lispref/elisp-vol2.texi b/lispref/elisp-vol2.texi index d0aaba76925..93e677ced58 100644 --- a/lispref/elisp-vol2.texi +++ b/lispref/elisp-vol2.texi | |||
| @@ -631,7 +631,7 @@ Keymaps | |||
| 631 | * Inheritance and Keymaps:: How one keymap can inherit the bindings | 631 | * Inheritance and Keymaps:: How one keymap can inherit the bindings |
| 632 | of another keymap. | 632 | of another keymap. |
| 633 | * Prefix Keys:: Defining a key with a keymap as its definition. | 633 | * Prefix Keys:: Defining a key with a keymap as its definition. |
| 634 | * Menu Keymaps:: A keymap can define a menu for X windows | 634 | * Menu Keymaps:: A keymap can define a menu for X |
| 635 | or for use from the terminal. | 635 | or for use from the terminal. |
| 636 | * Active Keymaps:: Each buffer has a local keymap | 636 | * Active Keymaps:: Each buffer has a local keymap |
| 637 | to override the standard (global) bindings. | 637 | to override the standard (global) bindings. |
diff --git a/lispref/elisp.texi b/lispref/elisp.texi index f9e9c4e4128..96e2ab516b1 100644 --- a/lispref/elisp.texi +++ b/lispref/elisp.texi | |||
| @@ -523,7 +523,7 @@ Keymaps | |||
| 523 | * Inheritance and Keymaps:: How one keymap can inherit the bindings | 523 | * Inheritance and Keymaps:: How one keymap can inherit the bindings |
| 524 | of another keymap. | 524 | of another keymap. |
| 525 | * Prefix Keys:: Defining a key with a keymap as its definition. | 525 | * Prefix Keys:: Defining a key with a keymap as its definition. |
| 526 | * Menu Keymaps:: A keymap can define a menu for X windows | 526 | * Menu Keymaps:: A keymap can define a menu for X |
| 527 | or for use from the terminal. | 527 | or for use from the terminal. |
| 528 | * Active Keymaps:: Each buffer has a local keymap | 528 | * Active Keymaps:: Each buffer has a local keymap |
| 529 | to override the standard (global) bindings. | 529 | to override the standard (global) bindings. |
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 |
diff --git a/lispref/os.texi b/lispref/os.texi index 41d07aa6d74..2bc4ccb6f57 100644 --- a/lispref/os.texi +++ b/lispref/os.texi | |||
| @@ -27,7 +27,7 @@ pertaining to the terminal and the screen. | |||
| 27 | * Terminal Input:: Recording terminal input for debugging. | 27 | * Terminal Input:: Recording terminal input for debugging. |
| 28 | * Terminal Output:: Recording terminal output for debugging. | 28 | * Terminal Output:: Recording terminal output for debugging. |
| 29 | * Sound Output:: Playing sounds on the computer's speaker. | 29 | * Sound Output:: Playing sounds on the computer's speaker. |
| 30 | * Special Keysyms:: Defining system-specific key symbols for X windows. | 30 | * Special Keysyms:: Defining system-specific key symbols for X. |
| 31 | * Flow Control:: How to turn output flow control on or off. | 31 | * Flow Control:: How to turn output flow control on or off. |
| 32 | * Batch Mode:: Running Emacs without terminal interaction. | 32 | * Batch Mode:: Running Emacs without terminal interaction. |
| 33 | @end menu | 33 | @end menu |
| @@ -505,7 +505,7 @@ subprocess of Emacs. Then you would exit the shell to return to Emacs. | |||
| 505 | may not have a parent that can resume it again, and in any case you can | 505 | may not have a parent that can resume it again, and in any case you can |
| 506 | give input to some other job such as a shell merely by moving to a | 506 | give input to some other job such as a shell merely by moving to a |
| 507 | different window. Therefore, suspending is not allowed when Emacs is using | 507 | different window. Therefore, suspending is not allowed when Emacs is using |
| 508 | a window system (X Windows or MS Windows). | 508 | a window system (X or MS Windows). |
| 509 | 509 | ||
| 510 | @defun suspend-emacs string | 510 | @defun suspend-emacs string |
| 511 | This function stops Emacs and returns control to the superior process. | 511 | This function stops Emacs and returns control to the superior process. |