GNU bug report logs - #9393
24.0.50; Tiny bug in info node "(elisp)Building Lists"

Previous Next

Package: emacs;

Reported by: Dani Moncayo <dmoncayo <at> gmail.com>

Date: Sun, 28 Aug 2011 13:33:02 UTC

Severity: minor

Tags: patch

Found in version 24.0.50

Done: Chong Yidong <cyd <at> stupidchicken.com>

Bug is archived. No further changes may be made.

Full log


Message #8 received at 9393 <at> debbugs.gnu.org (full text, mbox):

From: Dani Moncayo <dmoncayo <at> gmail.com>
To: 9393 <at> debbugs.gnu.org
Subject: Re: 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




This bug report was last modified 13 years and 317 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.