diff options
| author | Kenichi Handa | 2003-02-10 11:00:18 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-02-10 11:00:18 +0000 |
| commit | 9c7a329a627ccc6aa6afbb0cd088ecbd5d792189 (patch) | |
| tree | c230314b746c44c8469e7b4c72ee3ef2b2caff19 /src/fns.c | |
| parent | 7d459e16e318750edbce706a43f4ecb4eb2a7535 (diff) | |
| download | emacs-9c7a329a627ccc6aa6afbb0cd088ecbd5d792189.tar.gz emacs-9c7a329a627ccc6aa6afbb0cd088ecbd5d792189.zip | |
(Fstring_to_multibyte): Fix typo in the docstring.
Diffstat (limited to 'src/fns.c')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1175,7 +1175,7 @@ multibyte character of charset `eight-bit-control' or `eight-bit-graphic'. */) | |||
| 1175 | DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, | 1175 | DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte, |
| 1176 | 1, 1, 0, | 1176 | 1, 1, 0, |
| 1177 | doc: /* Return a multibyte string with the same individual chars as STRING. | 1177 | doc: /* Return a multibyte string with the same individual chars as STRING. |
| 1178 | If STRING is multibyte, the resutl is STRING itself. | 1178 | If STRING is multibyte, the result is STRING itself. |
| 1179 | Otherwise it is a newly created string, with no text properties. | 1179 | Otherwise it is a newly created string, with no text properties. |
| 1180 | Characters 0200 through 0237 are converted to eight-bit-control | 1180 | Characters 0200 through 0237 are converted to eight-bit-control |
| 1181 | characters of the same character code. Characters 0240 through 0377 | 1181 | characters of the same character code. Characters 0240 through 0377 |