Improve the Emacs manual
* doc/emacs/xresources.texi (Table of Resources): Mention that some resources are ignored by toolkit builds. * doc/emacs/custom.texi (Key Bindings): Improve indexing. (Bug#30530)
This commit is contained in:
parent
56ab8e3bac
commit
5fe0387d9c
2 changed files with 6 additions and 3 deletions
|
@ -1417,6 +1417,8 @@ commands, and @dfn{keymaps}, which record key bindings. It also
|
||||||
explains how to customize key bindings, which is done by editing your
|
explains how to customize key bindings, which is done by editing your
|
||||||
init file (@pxref{Init Rebinding}).
|
init file (@pxref{Init Rebinding}).
|
||||||
|
|
||||||
|
@cindex reserved key bindings
|
||||||
|
@cindex keys, reserved
|
||||||
Since most modes define their own key bindings, activating a mode
|
Since most modes define their own key bindings, activating a mode
|
||||||
might override your custom key bindings. A small number of keys are
|
might override your custom key bindings. A small number of keys are
|
||||||
reserved for user-defined bindings, and should not be used by modes,
|
reserved for user-defined bindings, and should not be used by modes,
|
||||||
|
|
|
@ -138,9 +138,10 @@ specifications.
|
||||||
@node Table of Resources
|
@node Table of Resources
|
||||||
@appendixsec Table of X Resources for Emacs
|
@appendixsec Table of X Resources for Emacs
|
||||||
|
|
||||||
This table lists the X resource names that Emacs recognizes,
|
The table below lists the X resource names that Emacs recognizes.
|
||||||
excluding those that control the appearance of graphical widgets like
|
Note that some of the resources have no effect in Emacs compiled with
|
||||||
the menu bar:
|
various X toolkits (GTK+, Lucid, etc.)---we indicate below when this
|
||||||
|
is the case.
|
||||||
|
|
||||||
@table @asis
|
@table @asis
|
||||||
@item @code{background} (class @code{Background})
|
@item @code{background} (class @code{Background})
|
||||||
|
|
Loading…
Add table
Reference in a new issue