diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keymap.c | 2 |
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. |
| 2299 | CHARACTER must be a valid character code that passes the `characterp' test. | 2299 | CHARACTER must be a valid character code that passes the `characterp' test. |
| 2300 | Control characters turn into "^char", and characters with Meta and other | 2300 | Control characters turn into "^char", and characters with Meta and other |
| 2301 | modifiers signal an error, as they are not valid characterr codes. | 2301 | modifiers signal an error, as they are not valid character codes. |
| 2302 | This differs from `single-key-description' which accepts character events, | 2302 | This differs from `single-key-description' which accepts character events, |
| 2303 | and thus doesn't enforce the `characterp' condition, turns control | 2303 | and thus doesn't enforce the `characterp' condition, turns control |
| 2304 | characters into "C-char", and uses the 2**27 bit for Meta. | 2304 | characters into "C-char", and uses the 2**27 bit for Meta. |