aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/lispref/keymaps.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/keymaps.texi b/doc/lispref/keymaps.texi
index 125c4f0e706..08967a33b82 100644
--- a/doc/lispref/keymaps.texi
+++ b/doc/lispref/keymaps.texi
@@ -605,7 +605,9 @@ by a symbolic prefix), the active keymaps are determined based on the
605position in that event. If the event happened on a string embedded 605position in that event. If the event happened on a string embedded
606with a @code{display}, @code{before-string}, or @code{after-string} 606with a @code{display}, @code{before-string}, or @code{after-string}
607property (@pxref{Special Properties}), the non-@code{nil} map 607property (@pxref{Special Properties}), the non-@code{nil} map
608properties of the string override those of the buffer. 608properties of the string override those of the buffer (if the
609underlying buffer text contains map properties in its text properties
610or overlays, they are ignored).
609 611
610 The @dfn{global keymap} holds the bindings of keys that are defined 612 The @dfn{global keymap} holds the bindings of keys that are defined
611regardless of the current buffer, such as @kbd{C-f}. The variable 613regardless of the current buffer, such as @kbd{C-f}. The variable