changeset 42687:fdabb5076442

Restore the quote in the `silly' example.
author Richard M. Stallman <rms@gnu.org>
date Sat, 12 Jan 2002 22:40:36 +0000
parents 64274328203b
children 21f5612addbb
files lispref/functions.texi
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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