emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lispref/nonascii.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/nonascii.texi
Date: Sun, 20 Apr 2003 21:37:37 -0400

Index: emacs/lispref/nonascii.texi
diff -c emacs/lispref/nonascii.texi:1.34 emacs/lispref/nonascii.texi:1.35
*** emacs/lispref/nonascii.texi:1.34    Tue Feb  4 09:47:54 2003
--- emacs/lispref/nonascii.texi Sun Apr 20 21:37:37 2003
***************
*** 229,235 ****
  If @var{string} is already a unibyte string, then the value is
  @var{string} itself.  Otherwise it is a newly created string, with no
  text properties.  If @var{string} is multibyte, any characters it
! contains of charset @var{eight-bit-control} or @var{eight-bit-graphic}
  are converted to the corresponding single byte.
  @end defun
  
--- 229,235 ----
  If @var{string} is already a unibyte string, then the value is
  @var{string} itself.  Otherwise it is a newly created string, with no
  text properties.  If @var{string} is multibyte, any characters it
! contains of charset @code{eight-bit-control} or @code{eight-bit-graphic}
  are converted to the corresponding single byte.
  @end defun
  
***************
*** 242,249 ****
  @var{string} itself.  Otherwise it is a newly created string, with no
  text properties.  If @var{string} is unibyte and contains any individual
  8-bit bytes (i.e.@: not part of a multibyte form), they are converted to
! the corresponding multibyte character of charset @var{eight-bit-control}
! or @var{eight-bit-graphic}.
  @end defun
  
  @node Character Codes
--- 242,249 ----
  @var{string} itself.  Otherwise it is a newly created string, with no
  text properties.  If @var{string} is unibyte and contains any individual
  8-bit bytes (i.e.@: not part of a multibyte form), they are converted to
! the corresponding multibyte character of charset @code{eight-bit-control}
! or @code{eight-bit-graphic}.
  @end defun
  
  @node Character Codes




reply via email to

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