From: Eli Zaretskii Date: Wed, 5 Jun 2002 17:47:50 +0000 (+0000) Subject: (Fstring_make_unibyte): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~14762 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f8f2fbf963bfc3f03d7f28f9901431a3fa9282b5;p=emacs.git (Fstring_make_unibyte): Doc fix. --- diff --git a/src/fns.c b/src/fns.c index ad5cd943d62..dd527ddc76b 100644 --- a/src/fns.c +++ b/src/fns.c @@ -1069,8 +1069,10 @@ each unibyte character to a multibyte character. */) DEFUN ("string-make-unibyte", Fstring_make_unibyte, Sstring_make_unibyte, 1, 1, 0, doc: /* Return the unibyte equivalent of STRING. -Multibyte character codes are converted to unibyte -by using just the low 8 bits. */) +Multibyte character codes are converted to unibyte according to +`nonascii-translation-table' or, if that is nil, `nonascii-insert-offset'. +If the lookup in the translation table fails, this function takes just +the low 8 bits of each character. */) (string) Lisp_Object string; {