# HG changeset patch # User Richard M. Stallman # Date 1010875236 0 # Node ID fdabb5076442280d8b15bb3fa87a8ac32f302ee9 # Parent 64274328203b993cbab6d9fecf425ae40cb4dcdf Restore the quote in the `silly' example. diff -r 64274328203b -r fdabb5076442 lispref/functions.texi --- a/lispref/functions.texi Sat Jan 12 21:41:26 2002 +0000 +++ b/lispref/functions.texi Sat Jan 12 22:40:36 2002 +0000 @@ -811,7 +811,7 @@ @smallexample @group -(setq silly (append (lambda (x)) (list (list '+ (* 3 4) 'x)))) +(setq silly (append '(lambda (x)) (list (list '+ (* 3 4) 'x)))) @result{} (lambda (x) (+ 12 x)) @end group @end smallexample