bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#9393: 24.0.50; Tiny bug in info node "(elisp)Building Lists"


From: Dani Moncayo
Subject: bug#9393: 24.0.50; Tiny bug in info node "(elisp)Building Lists"
Date: Sun, 28 Aug 2011 15:45:46 +0200

Sorry, the previous patch is obviously wrong.  This is the right one:


=== modified file 'doc/lispref/lists.texi'
--- doc/lispref/lists.texi      2011-05-29 22:41:06 +0000
+++ doc/lispref/lists.texi      2011-08-28 13:43:12 +0000
@@ -462,7 +462,7 @@
      @result{} nil
 @end group
 @group
-(setq l (make-list 3 '(a b))
+(setq l (make-list 3 '(a b)))
      @result{} ((a b) (a b) (a b))
 (eq (car l) (cadr l))
      @result{} t



-- 
Dani Moncayo





reply via email to

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