aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorStefan Monnier2005-12-19 15:46:13 +0000
committerStefan Monnier2005-12-19 15:46:13 +0000
commitaddcdb7c896531eeda9ec1c1672536780fde032c (patch)
tree338f9294c98100e79cde5f767d866595cc6e294d /src/keymap.c
parenteb0d286432b963396f7ce7c02bacfde2ce1623e0 (diff)
downloademacs-addcdb7c896531eeda9ec1c1672536780fde032c.tar.gz
emacs-addcdb7c896531eeda9ec1c1672536780fde032c.zip
(Vfunction_key_map): Docstring fix: mention that bindings can be functions.
Diffstat (limited to 'src/keymap.c')
-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