File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -12141,10 +12141,11 @@ terminal device. See Info node `(elisp)Multiple Terminals'. */);
12141
12141
DEFVAR_LISP ("overriding-local-map" , Voverriding_local_map ,
12142
12142
doc : /* Keymap that replaces (overrides) local keymaps.
12143
12143
If this variable is non-nil, Emacs looks up key bindings in this
12144
- keymap INSTEAD OF the keymap char property, minor mode maps, and the
12145
- buffer's local map. Hence, the only active keymaps would be
12146
- `overriding-terminal-local-map', this keymap, and `global-keymap', in
12147
- order of precedence. */ );
12144
+ keymap INSTEAD OF `keymap' text properties, `local-map' and `keymap'
12145
+ overlay properties, minor mode maps, and the buffer's local map.
12146
+
12147
+ Hence, the only active keymaps would be `overriding-terminal-local-map',
12148
+ this keymap, and `global-keymap', in order of precedence. */ );
12148
12149
Voverriding_local_map = Qnil ;
12149
12150
12150
12151
DEFVAR_LISP ("overriding-local-map-menu-flag" , Voverriding_local_map_menu_flag ,
You can’t perform that action at this time.
0 commit comments