emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi
Date: Sun, 02 Nov 2003 01:48:29 -0500

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.20 emacs/lispref/streams.texi:1.21
*** emacs/lispref/streams.texi:1.20     Mon Sep  1 11:45:41 2003
--- emacs/lispref/streams.texi  Sun Nov  2 01:29:59 2003
***************
*** 721,744 ****
  @end defvar
  
  @defvar print-escape-nonascii
! If this variable is address@hidden, then unibyte address@hidden
  characters in strings are unconditionally printed as backslash sequences
  by the print functions @code{prin1} and @code{print} that print with
  quoting.
  
! Those functions also use backslash sequences for unibyte address@hidden
  characters, regardless of the value of this variable, when the output
  stream is a multibyte buffer or a marker pointing into one.
  @end defvar
  
  @defvar print-escape-multibyte
! If this variable is address@hidden, then multibyte address@hidden
  characters in strings are unconditionally printed as backslash sequences
  by the print functions @code{prin1} and @code{print} that print with
  quoting.
  
  Those functions also use backslash sequences for multibyte
! address@hidden characters, regardless of the value of this variable,
  when the output stream is a unibyte buffer or a marker pointing into
  one.
  @end defvar
--- 721,744 ----
  @end defvar
  
  @defvar print-escape-nonascii
! If this variable is address@hidden, then unibyte address@hidden
  characters in strings are unconditionally printed as backslash sequences
  by the print functions @code{prin1} and @code{print} that print with
  quoting.
  
! Those functions also use backslash sequences for unibyte address@hidden
  characters, regardless of the value of this variable, when the output
  stream is a multibyte buffer or a marker pointing into one.
  @end defvar
  
  @defvar print-escape-multibyte
! If this variable is address@hidden, then multibyte address@hidden
  characters in strings are unconditionally printed as backslash sequences
  by the print functions @code{prin1} and @code{print} that print with
  quoting.
  
  Those functions also use backslash sequences for multibyte
! address@hidden characters, regardless of the value of this variable,
  when the output stream is a unibyte buffer or a marker pointing into
  one.
  @end defvar




reply via email to

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