Mercurial > emacs
changeset 45650:dca52f93fdc0
(Fstring_make_unibyte): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 05 Jun 2002 17:47:50 +0000 |
parents | e4191efd646a |
children | 825f83d5908d |
files | src/fns.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fns.c Wed Jun 05 17:38:19 2002 +0000 +++ b/src/fns.c Wed Jun 05 17:47:50 2002 +0000 @@ -1069,8 +1069,10 @@ 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; {