/[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.166 by rms, Wed Nov 14 00:08:47 2001 UTC revision 1.167 by eliz, Wed Nov 14 19:18:35 2001 UTC
# Line 702  If PRINTCHARFUN is omitted or nil, the v Line 702  If PRINTCHARFUN is omitted or nil, the v
702  DEFUN ("prin1", Fprin1, Sprin1, 1, 2, 0,  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.  can handle, whenever this is possible.  For complex objects, the behavior
706    is controled 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 819  is used instead.  */) Line 820  is used instead.  */)
820  DEFUN ("print", Fprint, Sprint, 1, 2, 0,  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.  can handle, whenever this is possible.  For complex objects, the behavior
824    is controled 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.166  
changed lines
  Added in v.1.167

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