]> code.delx.au - gnu-emacs/commitdiff
(Printing Notation): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 2004 03:13:01 +0000 (03:13 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 25 Nov 2004 03:13:01 +0000 (03:13 +0000)
lispref/intro.texi

index 50a6d8479c830fe80cd76760a004b741773d7483..999db7ad722e0c47c6bd9b77dfa6c50ec67eb311 100644 (file)
@@ -269,7 +269,7 @@ evaluating the form (here @code{bar}) follows on a separate line with
 
 @example
 @group
-(progn (prin1 'foo) (princ "\n") (print 'bar))
+(progn (prin1 'foo) (princ "\n") (prin1 'bar))
      @print{} foo
      @print{} bar
      @result{} bar