diff options
| author | Kenichi Handa | 1998-08-29 01:26:19 +0000 |
|---|---|---|
| committer | Kenichi Handa | 1998-08-29 01:26:19 +0000 |
| commit | f78643efc0e0aec95c64c22e957080a219ee922d (patch) | |
| tree | f53e04fcf5cfc42460b46a8cc8b0690e9dfb36b3 | |
| parent | 9d0ebf980bcb2966985c213ef8c80b5b1729f6ba (diff) | |
| download | emacs-f78643efc0e0aec95c64c22e957080a219ee922d.tar.gz emacs-f78643efc0e0aec95c64c22e957080a219ee922d.zip | |
(Fchar_bytes): Add \n\ in doc-string.
| -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; |