diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charset.c b/src/charset.c index 5bb3f6ee901..a9c79fe169d 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -1015,7 +1015,7 @@ The conversion is done based on `nonascii-translation-table' (which see)\n\ | |||
| 1015 | } | 1015 | } |
| 1016 | 1016 | ||
| 1017 | DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, | 1017 | DEFUN ("char-bytes", Fchar_bytes, Schar_bytes, 1, 1, 0, |
| 1018 | "Return 1 regardless of the argument CHAR. | 1018 | "Return 1 regardless of the argument CHAR.\n\ |
| 1019 | This is now an obsolte function. We keep is just for backward compatibility.") | 1019 | This is now an obsolte function. We keep is just for backward compatibility.") |
| 1020 | (ch) | 1020 | (ch) |
| 1021 | Lisp_Object ch; | 1021 | Lisp_Object ch; |