aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2018-02-24 09:44:13 -0800
committerGlenn Morris2018-02-24 09:44:13 -0800
commit9f56d04df40cac6767b7fbed89737ce9f03f5d80 (patch)
treebacd9595102c592a96a1369f234c71afbd5fa8a2
parent80c2bf6e1684a05b7cdc00f4c4eba89841911c76 (diff)
parent560a23e1dab7a6a203a4a70b3925a87d6cfddf76 (diff)
downloademacs-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.texi8
-rw-r--r--doc/emacs/xresources.texi10
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
1417explains how to customize key bindings, which is done by editing your 1417explains how to customize key bindings, which is done by editing your
1418init file (@pxref{Init Rebinding}). 1418init file (@pxref{Init Rebinding}).
1419 1419
1420 Since most modes define their own key bindings, activating a mode
1421might override your custom key bindings. A small number of keys are
1422reserved for user-defined bindings, and should not be used by modes,
1423so key bindings using those keys are safer in this regard. The
1424reserved key sequences are those consisting of @kbd{C-c} followed by a
1425letter (either upper or lower case), and function keys @key{F5}
1426through @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
222The background color of the menus in non-toolkit versions of Emacs. 222The 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
224Resources}, and see @ref{GTK Resources}.) 224Resources}, 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
239Font name for menu pane titles, in non-toolkit versions of Emacs. 239Font 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
241Resources}, and see @ref{GTK Resources}.) 241Resources}, 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
245Foreground color for menu pane titles, in non-toolkit versions of 245Foreground color for menu pane titles, in non-toolkit versions of
246Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see 246Emacs. (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})
283Font name for pop-up menu items, in non-toolkit versions of Emacs. (For 283Font name for pop-up menu items, in non-toolkit versions of Emacs. (For
284toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif 284toolkit versions, see @ref{Lucid Resources}, also see @ref{Motif
285Resources}, and see @ref{GTK Resources}.) 285Resources}, and see @ref{GTK resources}.)
286 286
287@item @code{selectionForeground} (class @code{SelectionForeground}) 287@item @code{selectionForeground} (class @code{SelectionForeground})
288Foreground color for pop-up menu items, in non-toolkit versions of 288Foreground color for pop-up menu items, in non-toolkit versions of
289Emacs. (For toolkit versions, see @ref{Lucid Resources}, also see 289Emacs. (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})
293Number of milliseconds to wait for a selection reply. 293Number of milliseconds to wait for a selection reply.