emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/print.c
Date: Thu, 28 Feb 2002 20:45:03 -0500

Index: emacs/src/print.c
diff -c emacs/src/print.c:1.171 emacs/src/print.c:1.172
*** emacs/src/print.c:1.171     Tue Jan  1 02:12:59 2002
--- emacs/src/print.c   Wed Jan  2 08:27:22 2002
***************
*** 743,749 ****
  DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0,
         doc: /* Return a string containing the printed representation of 
OBJECT.
  OBJECT can be any Lisp object.  This function outputs quoting characters
! when ncessary to make output that `read' can handle, whenever possible,
  unless the optional second argument NOESCAPE is non-nil.
  
  OBJECT is any of the Lisp data types: a number, a string, a symbol,
--- 743,749 ----
  DEFUN ("prin1-to-string", Fprin1_to_string, Sprin1_to_string, 1, 2, 0,
         doc: /* Return a string containing the printed representation of 
OBJECT.
  OBJECT can be any Lisp object.  This function outputs quoting characters
! when necessary to make output that `read' can handle, whenever possible,
  unless the optional second argument NOESCAPE is non-nil.
  
  OBJECT is any of the Lisp data types: a number, a string, a symbol,



reply via email to

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