diff options
| author | Richard M. Stallman <rms@gnu.org> | 1998-04-23 04:00:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1998-04-23 04:00:47 +0000 |
| commit | 340b8d58ac8428f9039fa9f272c7ba15fd1d9efd (patch) | |
| tree | 4d1ee5ebde94162f99cd7bea157e0bd17b21a085 | |
| parent | 17ac49664b8ea7fb783fba3da30c2c558f1e6c4a (diff) | |
| download | emacs-340b8d58ac8428f9039fa9f272c7ba15fd1d9efd.tar.gz | |
(Funibyte_char_to_multibyte): Doc fix.
| -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.") DEFUN ("unibyte-char-to-multibyte", Funibyte_char_to_multibyte, Sunibyte_char_to_multibyte, 1, 1, 0, "Convert the unibyte character CH to multibyte character.\n\ -The conversion is done based on nonascii-translate-table (which see)\n\ - or nonascii-insert-offset (which see).") +The conversion is done based on `nonascii-translate-table' (which see)\n\ + or `nonascii-insert-offset' (which see).") (ch) Lisp_Object ch; { |
