emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#16246: closed (Elisp manual: vconcat and the empty


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#16246: closed (Elisp manual: vconcat and the empty vector)
Date: Sun, 05 Jan 2014 01:35:03 +0000

Your message dated Sat, 04 Jan 2014 17:34:21 -0800
with message-id <address@hidden>
and subject line Re:  Elisp manual: vconcat and the empty vector
has caused the debbugs.gnu.org bug report #16246,
regarding Elisp manual: vconcat and the empty vector
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
16246: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=16246
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Elisp manual: vconcat and the empty vector Date: Tue, 24 Dec 2013 17:24:45 -0500
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}.
address@hidden copying vectors
 This function returns a new vector containing all the elements of
address@hidden 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.
 
address@hidden
address@hidden


--- End Message ---
--- Begin Message --- Subject: Re: Elisp manual: vconcat and the empty vector Date: Sat, 04 Jan 2014 17:34:21 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0
Thanks, I installed that patch, with slightly different wording.


--- End Message ---

reply via email to

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