emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/fns.c


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Wed, 05 Jun 2002 13:47:51 -0400

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.313 emacs/src/fns.c:1.314
*** emacs/src/fns.c:1.313       Mon Jun  3 18:37:15 2002
--- emacs/src/fns.c     Wed Jun  5 13:47:50 2002
***************
*** 1069,1076 ****
  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. */)
       (string)
       Lisp_Object string;
  {
--- 1069,1078 ----
  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 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;
  {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]