aboutsummaryrefslogtreecommitdiffstats
path: root/src/keymap.c
diff options
context:
space:
mode:
authorGlenn Morris2018-02-16 16:33:36 -0500
committerGlenn Morris2018-02-16 16:33:36 -0500
commit9ab3df197f1ee7f23df30f554209b863369f06ee (patch)
tree7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/keymap.c
parent66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff)
downloademacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz
emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip
; Fix doc typos related to indefinite articles
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 80a899b5755..c8cc933e782 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -1278,7 +1278,7 @@ append_key (Lisp_Object key_sequence, Lisp_Object key)
1278 return CALLN (Fvconcat, key_sequence, key_list); 1278 return CALLN (Fvconcat, key_sequence, key_list);
1279} 1279}
1280 1280
1281/* Given a event type C which is a symbol, 1281/* Given an event type C which is a symbol,
1282 signal an error if is a mistake such as RET or M-RET or C-DEL, etc. */ 1282 signal an error if is a mistake such as RET or M-RET or C-DEL, etc. */
1283 1283
1284static void 1284static void