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: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/fns.c
Date: Mon, 10 Feb 2003 06:00:03 -0500

Index: emacs/src/fns.c
diff -c emacs/src/fns.c:1.330 emacs/src/fns.c:1.331
*** emacs/src/fns.c:1.330       Sun Feb  9 03:37:36 2003
--- emacs/src/fns.c     Mon Feb 10 06:00:01 2003
***************
*** 1175,1181 ****
  DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte,
         1, 1, 0,
         doc: /* Return a multibyte string with the same individual chars as 
STRING.
! If STRING is multibyte, the resutl is STRING itself.
  Otherwise it is a newly created string, with no text properties.
  Characters 0200 through 0237 are converted to eight-bit-control
  characters of the same character code.  Characters 0240 through 0377
--- 1175,1181 ----
  DEFUN ("string-to-multibyte", Fstring_to_multibyte, Sstring_to_multibyte,
         1, 1, 0,
         doc: /* Return a multibyte string with the same individual chars as 
STRING.
! If STRING is multibyte, the result is STRING itself.
  Otherwise it is a newly created string, with no text properties.
  Characters 0200 through 0237 are converted to eight-bit-control
  characters of the same character code.  Characters 0240 through 0377




reply via email to

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