/[emacs]/emacs/src/print.c
ViewVC logotype

Diff of /emacs/src/print.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.167 by eliz, Wed Nov 14 19:18:35 2001 UTC revision 1.168 by pj, Thu Nov 15 15:22:42 2001 UTC
# Line 703  DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0, Line 703  DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0,
703         doc: /* Output the printed representation of OBJECT, any Lisp object.         doc: /* Output the printed representation of OBJECT, any Lisp object.
704  Quoting characters are printed when needed to make output that `read'  Quoting characters are printed when needed to make output that `read'
705  can handle, whenever this is possible.  For complex objects, the behavior  can handle, whenever this is possible.  For complex objects, the behavior
706  is controled by `print-level' and `print-length', which see.  is controlled by `print-level' and `print-length', which see.
707    
708  OBJECT is any of the Lisp data types: a number, a string, a symbol,  OBJECT is any of the Lisp data types: a number, a string, a symbol,
709  a list, a buffer, a window, a frame, etc.  a list, a buffer, a window, a frame, etc.
# Line 821  DEFUN ("print", Fprint, Sprint, 1, 2, 0, Line 821  DEFUN ("print", Fprint, Sprint, 1, 2, 0,
821         doc: /* Output the printed representation of OBJECT, with newlines around it.         doc: /* Output the printed representation of OBJECT, with newlines around it.
822  Quoting characters are printed when needed to make output that `read'  Quoting characters are printed when needed to make output that `read'
823  can handle, whenever this is possible.  For complex objects, the behavior  can handle, whenever this is possible.  For complex objects, the behavior
824  is controled by `print-level' and `print-length', which see.  is controlled by `print-level' and `print-length', which see.
825    
826  OBJECT is any of the Lisp data types: a number, a string, a symbol,  OBJECT is any of the Lisp data types: a number, a string, a symbol,
827  a list, a buffer, a window, a frame, etc.  a list, a buffer, a window, a frame, etc.

Legend:
Removed from v.1.167  
changed lines
  Added in v.1.168

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26