unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Dani Moncayo <dmoncayo@gmail.com>
To: 9393@debbugs.gnu.org
Subject: bug#9393: 24.0.50; Tiny bug in info node "(elisp)Building Lists"
Date: Sun, 28 Aug 2011 15:29:42 +0200	[thread overview]
Message-ID: <CAH8Pv0jf+LPoi__usjJD5=GNimp-eT=imeSZoeRr6HKUfBJ-Yw@mail.gmail.com> (raw)

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	other threads:[~2011-08-28 13:29 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-28 13:29 Dani Moncayo [this message]
2011-08-28 13:45 ` bug#9393: 24.0.50; Tiny bug in info node "(elisp)Building Lists" 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH8Pv0jf+LPoi__usjJD5=GNimp-eT=imeSZoeRr6HKUfBJ-Yw@mail.gmail.com' \
    --to=dmoncayo@gmail.com \
    --cc=9393@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).