aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 4583d3121df..74a1cc15024 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -3851,6 +3851,9 @@ keymaps have no binding for the current key sequence but
3851`read-key-sequence' replaces the matching suffix with its binding, and 3851`read-key-sequence' replaces the matching suffix with its binding, and
3852continues with the new sequence. 3852continues with the new sequence.
3853 3853
3854If the binding is a function, it is called with one argument (the prompt)
3855and its return value (a key sequence) is used.
3856
3854The events that come from bindings in `function-key-map' are not 3857The events that come from bindings in `function-key-map' are not
3855themselves looked up in `function-key-map'. 3858themselves looked up in `function-key-map'.
3856 3859