diff options
| author | Glenn Morris | 2018-02-24 09:44:13 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-24 09:44:13 -0800 |
| commit | 9f56d04df40cac6767b7fbed89737ce9f03f5d80 (patch) | |
| tree | bacd9595102c592a96a1369f234c71afbd5fa8a2 | |
| parent | 80c2bf6e1684a05b7cdc00f4c4eba89841911c76 (diff) | |
| parent | 560a23e1dab7a6a203a4a70b3925a87d6cfddf76 (diff) | |
| download | emacs-9f56d04df40cac6767b7fbed89737ce9f03f5d80.tar.gz emacs-9f56d04df40cac6767b7fbed89737ce9f03f5d80.zip | |
Merge from origin/emacs-26
560a23e (origin/emacs-26) Document reserved keys
b0be19b ; * doc/emacs/xresources.texi (Table of Resources): Fix last ...
| -rw-r--r-- | doc/emacs/custom.texi | 8 | ||||
| -rw-r--r-- | doc/emacs/xresources.texi | 10 |
2 files changed, 13 insertions, 5 deletions
diff --git a/doc/emacs/custom.texi b/doc/emacs/custom.texi index 86e27b64243..59cd57b1e6c 100644 --- a/doc/emacs/custom.texi +++ b/doc/emacs/custom.texi | |||
| @@ -1417,6 +1417,14 @@ commands, and @dfn{keymaps}, which record key bindings. It also | |||
| 1417 | explains how to customize key bindings, which is done by editing your | 1417 | explains how to customize key bindings, which is done by editing your |
| 1418 | init file (@pxref{Init Rebinding}). | 1418 | init file (@pxref{Init Rebinding}). |
| 1419 | 1419 | ||
| 1420 | Since most modes define their own key bindings, activating a mode | ||
| 1421 | might override your custom key bindings. A small number of keys are | ||
| 1422 | reserved for user-defined bindings, and should not be used by modes, | ||
| 1423 | so key bindings using those keys are safer in this regard. The | ||
| 1424 | reserved key sequences are those consisting of @kbd{C-c} followed by a | ||
| 1425 | letter (either upper or lower case), and function keys @key{F5} | ||
| 1426 | through @key{F9} without modifiers (@pxref{Modifier Keys}). | ||
| 1427 | |||
| 1420 | @menu | 1428 | @menu |
| 1421 | * Keymaps:: Generalities. The global keymap. | 1429 | * Keymaps:: Generalities. The global keymap. |
| 1422 | * Prefix Keymaps:: Keymaps for prefix keys. | 1430 | * Prefix Keymaps:: Keymaps for prefix keys. |
diff --git a/doc/emacs/xresources.texi b/doc/emacs/xresources.texi index a0de3134db7..096e747a044 100644 --- a/doc/emacs/xresources.texi +++ b/doc/emacs/xresources.texi | |||
| @@ -221,7 +221,7 @@ Additional space between lines, in pixels. | |||
| 221 | @cindex background for menus | 221 | @cindex background for menus |
| 222 | The background color of the menus in non-toolkit versions of Emacs. | 222 | The background color of the menus in non-toolkit versions of Emacs. |
| 223 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 223 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 224 | Resources}, and see @ref{GTK Resources}.) | 224 | Resources}, and see @ref{GTK resources}.) |
| 225 | @end ifnottex | 225 | @end ifnottex |
| 226 | 226 | ||
| 227 | @item @code{menuBar} (class @code{MenuBar}) | 227 | @item @code{menuBar} (class @code{MenuBar}) |
| @@ -238,13 +238,13 @@ will use a separate minibuffer frame instead. | |||
| 238 | @cindex font for menus | 238 | @cindex font for menus |
| 239 | Font name for menu pane titles, in non-toolkit versions of Emacs. | 239 | Font name for menu pane titles, in non-toolkit versions of Emacs. |
| 240 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 240 | (For toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 241 | Resources}, and see @ref{GTK Resources}.) | 241 | Resources}, and see @ref{GTK resources}.) |
| 242 | 242 | ||
| 243 | @item @code{paneForeground} (class @code{Foreground}) | 243 | @item @code{paneForeground} (class @code{Foreground}) |
| 244 | @cindex foreground for menus | 244 | @cindex foreground for menus |
| 245 | Foreground color for menu pane titles, in non-toolkit versions of | 245 | Foreground color for menu pane titles, in non-toolkit versions of |
| 246 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see | 246 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see |
| 247 | @ref{Motif Resources}, and see @ref{GTK Resources}.) | 247 | @ref{Motif Resources}, and see @ref{GTK resources}.) |
| 248 | @end ifnottex | 248 | @end ifnottex |
| 249 | 249 | ||
| 250 | @item @code{pointerColor} (class @code{Foreground}) | 250 | @item @code{pointerColor} (class @code{Foreground}) |
| @@ -282,12 +282,12 @@ compiled with GTK+ support. | |||
| 282 | @item @code{selectionFont} (class @code{SelectionFont}) | 282 | @item @code{selectionFont} (class @code{SelectionFont}) |
| 283 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For | 283 | Font name for pop-up menu items, in non-toolkit versions of Emacs. (For |
| 284 | toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif | 284 | toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif |
| 285 | Resources}, and see @ref{GTK Resources}.) | 285 | Resources}, and see @ref{GTK resources}.) |
| 286 | 286 | ||
| 287 | @item @code{selectionForeground} (class @code{SelectionForeground}) | 287 | @item @code{selectionForeground} (class @code{SelectionForeground}) |
| 288 | Foreground color for pop-up menu items, in non-toolkit versions of | 288 | Foreground color for pop-up menu items, in non-toolkit versions of |
| 289 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see | 289 | Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see |
| 290 | @ref{Motif Resources}, and see @ref{GTK Resources}.) | 290 | @ref{Motif Resources}, and see @ref{GTK resources}.) |
| 291 | 291 | ||
| 292 | @item @code{selectionTimeout} (class @code{SelectionTimeout}) | 292 | @item @code{selectionTimeout} (class @code{SelectionTimeout}) |
| 293 | Number of milliseconds to wait for a selection reply. | 293 | Number of milliseconds to wait for a selection reply. |