From ba3dafc8c940c5c26edf0dd5e22c0c59a3b89dad Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 12 Jan 2002 22:40:36 +0000 Subject: [PATCH] Restore the quote in the `silly' example. --- lispref/functions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispref/functions.texi b/lispref/functions.texi index 78e4a44327e..67d68e40a9a 100644 --- a/lispref/functions.texi +++ b/lispref/functions.texi @@ -811,7 +811,7 @@ anonymous function. Such a list is valid wherever a function name is. @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 -- 2.39.2