GNU bug report logs - #16246
Elisp manual: vconcat and the empty vector

Previous Next

Package: emacs;

Reported by: Barry OReilly <gundaetiapo <at> gmail.com>

Date: Tue, 24 Dec 2013 22:25:02 UTC

Severity: minor

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 16246 in the body.
You can then email your comments to 16246 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-gnu-emacs <at> gnu.org:
bug#16246; Package emacs. (Tue, 24 Dec 2013 22:25:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Barry OReilly <gundaetiapo <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 24 Dec 2013 22:25:04 GMT) Full text and rfc822 format available.

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

From: Barry OReilly <gundaetiapo <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: Elisp manual: vconcat and the empty vector
Date: Tue, 24 Dec 2013 17:24:45 -0500
[Message part 1 (text/plain, inline)]
The vconcat documentation in the Elisp manual is incorrect given (eq
[] []) evals to t. Here's a patch:

diff --git a/doc/lispref/sequences.texi b/doc/lispref/sequences.texi
index 00384de..cb1068b 100644
--- a/doc/lispref/sequences.texi
+++ b/doc/lispref/sequences.texi
@@ -471,11 +471,11 @@ each initialized to @var{object}.
 @cindex copying vectors
 This function returns a new vector containing all the elements of
 @var{sequences}.  The arguments @var{sequences} may be true lists,
-vectors, strings or bool-vectors.  If no @var{sequences} are given, an
-empty vector is returned.
+vectors, strings or bool-vectors.  If no @var{sequences} are given,
+the empty vector is returned.

-The value is a newly constructed vector that is not @code{eq} to any
-existing vector.
+If the value is not the empty vector, it is a newly constructed vector
+that is not @code{eq} to any existing vector.

 @example
 @group
[Message part 2 (text/html, inline)]

Reply sent to Paul Eggert <eggert <at> cs.ucla.edu>:
You have taken responsibility. (Sun, 05 Jan 2014 01:35:03 GMT) Full text and rfc822 format available.

Notification sent to Barry OReilly <gundaetiapo <at> gmail.com>:
bug acknowledged by developer. (Sun, 05 Jan 2014 01:35:03 GMT) Full text and rfc822 format available.

Message #10 received at 16246-done <at> debbugs.gnu.org (full text, mbox):

From: Paul Eggert <eggert <at> cs.ucla.edu>
To: 16246-done <at> debbugs.gnu.org
Subject: Re:  Elisp manual: vconcat and the empty vector
Date: Sat, 04 Jan 2014 17:34:21 -0800
Thanks, I installed that patch, with slightly different wording.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 02 Feb 2014 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 10 years and 108 days ago.

Previous Next


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