/[emacs]/emacs/lispref/intro.texi
ViewVC logotype

Diff of /emacs/lispref/intro.texi

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

revision 1.26 by teirllm, Mon Mar 15 02:40:28 2004 UTC revision 1.27 by rms, Sun Nov 21 02:31:58 2004 UTC
# Line 263  evaluating the function @code{eval-regio Line 263  evaluating the function @code{eval-regio
263  displayed in the echo area.  displayed in the echo area.
264    
265    Examples in this manual indicate printed text with @samp{@print{}},    Examples in this manual indicate printed text with @samp{@print{}},
266  irrespective of where that text goes.  The value returned by evaluating  irrespective of where that text goes.  The value returned by
267  the form (here @code{bar}) follows on a separate line.  evaluating the form (here @code{bar}) follows on a separate line with
268    @samp{@result{}}.
269    
270  @example  @example
271  @group  @group
272  (progn (print 'foo) (print 'bar))  (progn (prin1 'foo) (princ "\n") (print 'bar))
273       @print{} foo       @print{} foo
274       @print{} bar       @print{} bar
275       @result{} bar       @result{} bar

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27

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