diff options
| author | Richard M. Stallman | 1998-04-23 04:00:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1998-04-23 04:00:47 +0000 |
| commit | 340b8d58ac8428f9039fa9f272c7ba15fd1d9efd (patch) | |
| tree | 4d1ee5ebde94162f99cd7bea157e0bd17b21a085 /src | |
| parent | 17ac49664b8ea7fb783fba3da30c2c558f1e6c4a (diff) | |
| download | emacs-340b8d58ac8428f9039fa9f272c7ba15fd1d9efd.tar.gz emacs-340b8d58ac8428f9039fa9f272c7ba15fd1d9efd.zip | |
(Funibyte_char_to_multibyte): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/charset.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/charset.c b/src/charset.c index 3160ff9ab2a..af08dba571e 100644 --- a/src/charset.c +++ b/src/charset.c | |||
| @@ -912,8 +912,8 @@ a valid generic character.") | |||
| 912 | DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, | 912 | DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, |
| 913 | Sunibyte_char_to_multibyte, 1, 1, 0, | 913 | Sunibyte_char_to_multibyte, 1, 1, 0, |
| 914 | "Convert the unibyte character CH to multibyte character.\n\ | 914 | "Convert the unibyte character CH to multibyte character.\n\ |
| 915 | The conversion is done based on nonascii-translate-table (which see)\n\ | 915 | The conversion is done based on `nonascii-translate-table' (which see)\n\ |
| 916 | or nonascii-insert-offset (which see).") | 916 | or `nonascii-insert-offset' (which see).") |
| 917 | (ch) | 917 | (ch) |
| 918 | Lisp_Object ch; | 918 | Lisp_Object ch; |
| 919 | { | 919 | { |