1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-27 16:51:06 -07:00

Change "X windows" instances.

This commit is contained in:
Dave Love 2001-01-22 20:50:42 +00:00
parent cb2ddc5366
commit e294b7f1bf
5 changed files with 7 additions and 7 deletions

View file

@ -631,7 +631,7 @@ Keymaps
* 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.

View file

@ -631,7 +631,7 @@ Keymaps
* 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.

View file

@ -523,7 +523,7 @@ Keymaps
* 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.

View file

@ -20,7 +20,7 @@ one and only one at any given time---on the terminal screen, of course.
@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 @@ defined in the file @file{lisp/term/x-win.el}. Use @kbd{M-x apropos
@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

View file

@ -27,7 +27,7 @@ pertaining to the terminal and the screen.
* 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 @@ subprocess of Emacs. Then you would exit the shell to return to Emacs.
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.