emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lispref/functions.texi


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lispref/functions.texi
Date: Sat, 12 Jan 2002 17:40:36 -0500

Index: emacs/lispref/functions.texi
diff -c emacs/lispref/functions.texi:1.18 emacs/lispref/functions.texi:1.19
*** emacs/lispref/functions.texi:1.18   Thu Jan 10 20:05:49 2002
--- emacs/lispref/functions.texi        Sat Jan 12 17:40:36 2002
***************
*** 811,817 ****
  
  @smallexample
  @group
! (setq silly (append (lambda (x)) (list (list '+ (* 3 4) 'x))))
  @result{} (lambda (x) (+ 12 x))
  @end group
  @end smallexample
--- 811,817 ----
  
  @smallexample
  @group
! (setq silly (append '(lambda (x)) (list (list '+ (* 3 4) 'x))))
  @result{} (lambda (x) (+ 12 x))
  @end group
  @end smallexample



reply via email to

[Prev in Thread] Current Thread [Next in Thread]