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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lispref/streams.texi [lexbind]
Date: Thu, 20 Nov 2003 19:36:49 -0500

Index: emacs/lispref/streams.texi
diff -c emacs/lispref/streams.texi:1.16.18.2 
emacs/lispref/streams.texi:1.16.18.3
*** emacs/lispref/streams.texi:1.16.18.2        Tue Oct 14 19:10:12 2003
--- emacs/lispref/streams.texi  Thu Nov 20 19:35:47 2003
***************
*** 361,367 ****
  points into, at the marker position.  The marker position advances as
  characters are inserted.  The value of point in the buffer has no effect
  on printing when the stream is a marker, and this kind of printing
! does not move point.
  
  @item @var{function}
  @cindex function output stream
--- 361,369 ----
  points into, at the marker position.  The marker position advances as
  characters are inserted.  The value of point in the buffer has no effect
  on printing when the stream is a marker, and this kind of printing
! does not move point (except that if the marker points at or before the
! position of point, point advances with the surrounding text, as
! usual).
  
  @item @var{function}
  @cindex function output stream
***************
*** 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
--- 723,746 ----
  @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]