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:29:42 +0200

tags: patch

In info node "(elisp)Building Lists", I've found a small error, which
is fixed by the below patch.

=== 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:15:35 +0000
@@ -463,7 +463,7 @@
 @end group
 @group
 (setq l (make-list 3 '(a b))
-     @result{} ((a b) (a b) (a b))
+     @result{} ((a b) (a b) (a b)))
 (eq (car l) (cadr l))
      @result{} t
 @end group



-- 
Dani Moncayo





reply via email to

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