From: Richard M. Stallman Date: Sat, 12 Jan 2002 22:40:36 +0000 (+0000) Subject: Restore the quote in the `silly' example. X-Git-Tag: ttn-vms-21-2-B4~17194 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba3dafc8c940c5c26edf0dd5e22c0c59a3b89dad;p=emacs.git Restore the quote in the `silly' example. --- 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