unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#9393: 24.0.50; Tiny bug in info node "(elisp)Building Lists"
@ 2011-08-28 13:29 Dani Moncayo
  2011-08-28 13:45 ` Dani Moncayo
  2011-09-03  7:33 ` bug#9393: 24.0.50; Typo in Elisp manual Dani Moncayo
  0 siblings, 2 replies; 8+ messages in thread
From: Dani Moncayo @ 2011-08-28 13:29 UTC (permalink / raw)
  To: 9393

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





^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2011-10-03  6:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-28 13:29 bug#9393: 24.0.50; Tiny bug in info node "(elisp)Building Lists" Dani Moncayo
2011-08-28 13:45 ` Dani Moncayo
2011-08-28 19:08   ` Chong Yidong
2011-09-03  7:33 ` bug#9393: 24.0.50; Typo in Elisp manual Dani Moncayo
2011-09-14  6:53   ` Glenn Morris
2011-10-02  9:04   ` Dani Moncayo
2011-10-02 18:21     ` Glenn Morris
2011-10-03  6:28       ` Dani Moncayo

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).