Mercurial > emacs
changeset 35476:26912db550c3
Change "X windows" instances.
author | Dave Love <fx@gnu.org> |
---|---|
date | Mon, 22 Jan 2001 20:50:42 +0000 |
parents | 54a4f271b03f |
children | e6bffd5c5287 |
files | lispref/elisp-vol1.texi lispref/elisp-vol2.texi lispref/elisp.texi lispref/frames.texi lispref/os.texi |
diffstat | 5 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/lispref/elisp-vol1.texi Mon Jan 22 19:13:08 2001 +0000 +++ b/lispref/elisp-vol1.texi Mon Jan 22 20:50:42 2001 +0000 @@ -631,7 +631,7 @@ * Inheritance and Keymaps:: How one keymap can inherit the bindings of another keymap. * Prefix Keys:: Defining a key with a keymap as its definition. -* Menu Keymaps:: A keymap can define a menu for X windows +* Menu Keymaps:: A keymap can define a menu for X or for use from the terminal. * Active Keymaps:: Each buffer has a local keymap to override the standard (global) bindings.
--- a/lispref/elisp-vol2.texi Mon Jan 22 19:13:08 2001 +0000 +++ b/lispref/elisp-vol2.texi Mon Jan 22 20:50:42 2001 +0000 @@ -631,7 +631,7 @@ * Inheritance and Keymaps:: How one keymap can inherit the bindings of another keymap. * Prefix Keys:: Defining a key with a keymap as its definition. -* Menu Keymaps:: A keymap can define a menu for X windows +* Menu Keymaps:: A keymap can define a menu for X or for use from the terminal. * Active Keymaps:: Each buffer has a local keymap to override the standard (global) bindings.
--- a/lispref/elisp.texi Mon Jan 22 19:13:08 2001 +0000 +++ b/lispref/elisp.texi Mon Jan 22 20:50:42 2001 +0000 @@ -523,7 +523,7 @@ * Inheritance and Keymaps:: How one keymap can inherit the bindings of another keymap. * Prefix Keys:: Defining a key with a keymap as its definition. -* Menu Keymaps:: A keymap can define a menu for X windows +* Menu Keymaps:: A keymap can define a menu for X or for use from the terminal. * Active Keymaps:: Each buffer has a local keymap to override the standard (global) bindings.
--- a/lispref/frames.texi Mon Jan 22 19:13:08 2001 +0000 +++ b/lispref/frames.texi Mon Jan 22 20:50:42 2001 +0000 @@ -20,7 +20,7 @@ @cindex window frame When Emacs communicates directly with a supported window system, such -as X Windows, it does not have a terminal frame; instead, it starts with +as X, it does not have a terminal frame; instead, it starts with a single @dfn{window frame}, but you can create more, and Emacs can display several such frames at once as is usual for window systems. @@ -1310,7 +1310,7 @@ @node Window System Selections @section Window System Selections -@cindex selection (for X windows) +@cindex selection (for window systems) The X server records a set of @dfn{selections} which permit transfer of data between application programs. The various selections are
--- a/lispref/os.texi Mon Jan 22 19:13:08 2001 +0000 +++ b/lispref/os.texi Mon Jan 22 20:50:42 2001 +0000 @@ -27,7 +27,7 @@ * Terminal Input:: Recording terminal input for debugging. * Terminal Output:: Recording terminal output for debugging. * Sound Output:: Playing sounds on the computer's speaker. -* Special Keysyms:: Defining system-specific key symbols for X windows. +* Special Keysyms:: Defining system-specific key symbols for X. * Flow Control:: How to turn output flow control on or off. * Batch Mode:: Running Emacs without terminal interaction. @end menu @@ -505,7 +505,7 @@ may not have a parent that can resume it again, and in any case you can give input to some other job such as a shell merely by moving to a different window. Therefore, suspending is not allowed when Emacs is using -a window system (X Windows or MS Windows). +a window system (X or MS Windows). @defun suspend-emacs string This function stops Emacs and returns control to the superior process.