summaryrefslogtreecommitdiff
path: root/src/keymap.c
diff options
context:
space:
mode:
authorCharles A. Roelli <charles@aurox.ch>2018-09-25 21:33:00 +0200
committerCharles A. Roelli <charles@aurox.ch>2018-09-25 21:33:00 +0200
commit25cdd65c4eeb34e7781c1d2bf38a245518e92185 (patch)
tree88271567a9472f6016d7ab98afcfb95eca32ea09 /src/keymap.c
parentc8bda0555c5e54f139a60b58741b1ae3228bc897 (diff)
downloademacs-25cdd65c4eeb34e7781c1d2bf38a245518e92185.tar.gz
emacs-25cdd65c4eeb34e7781c1d2bf38a245518e92185.tar.bz2
emacs-25cdd65c4eeb34e7781c1d2bf38a245518e92185.zip
; Spellcheck two more documentation strings
* lisp/files.el (hack-local-variables): * src/keymap.c (Ftext_char_description): Spellcheck documentation.
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 fe0781a7f2a..f9c77ea99e6 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2287,7 +2287,7 @@ DEFUN ("text-char-description", Ftext_char_description, Stext_char_description,
doc: /* Return the description of CHARACTER in standard Emacs notation.
CHARACTER must be a valid character code that passes the `characterp' test.
Control characters turn into "^char", and characters with Meta and other
-modifiers signal an error, as they are not valid characterr codes.
+modifiers signal an error, as they are not valid character codes.
This differs from `single-key-description' which accepts character events,
and thus doesn't enforce the `characterp' condition, turns control
characters into "C-char", and uses the 2**27 bit for Meta.