summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorKai Großjohann <kgrossjo@eu.uu.net>2003-02-21 16:38:34 +0000
committerKai Großjohann <kgrossjo@eu.uu.net>2003-02-21 16:38:34 +0000
commit2d772f45c19f1ec4161b8631c0540e9767ae4e52 (patch)
tree04065e09513cbb33982df6e674357896508769cf /src/keymap.c
parent3abeca61dcf1b90feb565cbf682619df764469b0 (diff)
downloademacs-2d772f45c19f1ec4161b8631c0540e9767ae4e52.tar.gz
(Fdefine_key): Clarification of formulation.
Diffstat (limited to 'src/keymap.c')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 4c00b0c0583..75de7e9f4a7 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -967,7 +967,7 @@ is not copied. */)
/* GC is possible in this function if it autoloads a keymap. */
DEFUN ("define-key", Fdefine_key, Sdefine_key, 3, 3, 0,
- doc: /* Args KEYMAP, KEY, DEF. Define key sequence KEY, in KEYMAP, as DEF.
+ doc: /* In KEYMAP, define key sequence KEY as DEF.
KEYMAP is a keymap.
KEY is a string or a vector of symbols and characters meaning a