aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keymap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keymap.c b/src/keymap.c
index 22e24b2cb00..3a79bf4c5aa 100644
--- a/src/keymap.c
+++ b/src/keymap.c
@@ -2298,7 +2298,7 @@ DEFUN ("text-char-description", Ftext_char_description, Stext_char_description,
2298 doc: /* Return the description of CHARACTER in standard Emacs notation. 2298 doc: /* Return the description of CHARACTER in standard Emacs notation.
2299CHARACTER must be a valid character code that passes the `characterp' test. 2299CHARACTER must be a valid character code that passes the `characterp' test.
2300Control characters turn into "^char", and characters with Meta and other 2300Control characters turn into "^char", and characters with Meta and other
2301modifiers signal an error, as they are not valid characterr codes. 2301modifiers signal an error, as they are not valid character codes.
2302This differs from `single-key-description' which accepts character events, 2302This differs from `single-key-description' which accepts character events,
2303and thus doesn't enforce the `characterp' condition, turns control 2303and thus doesn't enforce the `characterp' condition, turns control
2304characters into "C-char", and uses the 2**27 bit for Meta. 2304characters into "C-char", and uses the 2**27 bit for Meta.