aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
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 0f50d804dff..f2a7e4006c3 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -749,7 +749,7 @@ store_in_keymap (Lisp_Object keymap, register Lisp_Object idx,
749 def = Fcons (XCAR (def), XCDR (def)); 749 def = Fcons (XCAR (def), XCDR (def));
750 750
751 if (!CONSP (keymap) || !EQ (XCAR (keymap), Qkeymap)) 751 if (!CONSP (keymap) || !EQ (XCAR (keymap), Qkeymap))
752 error ("attempt to define a key in a non-keymap"); 752 error ("Attempt to define a key in a non-keymap");
753 753
754 /* If idx is a cons, and the car part is a character, idx must be of 754 /* If idx is a cons, and the car part is a character, idx must be of
755 the form (FROM-CHAR . TO-CHAR). */ 755 the form (FROM-CHAR . TO-CHAR). */