From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#21074: [PATCH] Add docs for two tabulated-list functions Date: Sat, 02 Feb 2019 20:06:13 +0200 Message-ID: <83ef8qvze2.fsf@gnu.org> References: <87a8uwmq0d.fsf@mbork.pl> <871s5diy1q.fsf@gmail.com> <83won5d9ll.fsf@gnu.org> <87zhs1hfo7.fsf@gmail.com> <83k1j1awba.fsf@gnu.org> <87k1iwl80i.fsf@gmail.com> <83zhrfyi1a.fsf@gnu.org> <87y36y9nzg.fsf@gmail.com> <83h8dmw3pe.fsf@gnu.org> <87va229k13.fsf@gmail.com> Injection-Info: blaine.gmane.org; posting-host="blaine.gmane.org:195.159.176.226"; logging-data="171688"; mail-complaints-to="usenet@blaine.gmane.org" Cc: 21074@debbugs.gnu.org, mbork@mbork.pl To: Alex Branham Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Feb 02 19:07:13 2019 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([209.51.188.17]) by blaine.gmane.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpzh8-000iW0-DQ for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Feb 2019 19:07:10 +0100 Original-Received: from localhost ([127.0.0.1]:46414 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpzh7-00085A-7v for geb-bug-gnu-emacs@m.gmane.org; Sat, 02 Feb 2019 13:07:09 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:37373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpzh1-000852-15 for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2019 13:07:03 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpzh0-0003rd-9X for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2019 13:07:02 -0500 Original-Received: from debbugs.gnu.org ([209.51.188.43]:57295) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpzh0-0003q6-64 for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2019 13:07:02 -0500 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpzgz-0001Av-On for bug-gnu-emacs@gnu.org; Sat, 02 Feb 2019 13:07:01 -0500 X-Loop: help-debbugs@gnu.org Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 02 Feb 2019 18:07:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 21074 X-GNU-PR-Package: emacs Original-Received: via spool by 21074-submit@debbugs.gnu.org id=B21074.15491308064495 (code B ref 21074); Sat, 02 Feb 2019 18:07:01 +0000 Original-Received: (at 21074) by debbugs.gnu.org; 2 Feb 2019 18:06:46 +0000 Original-Received: from localhost ([127.0.0.1]:56576 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpzgj-0001AR-Re for submit@debbugs.gnu.org; Sat, 02 Feb 2019 13:06:46 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:51124) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpzgi-0001AE-Am for 21074@debbugs.gnu.org; Sat, 02 Feb 2019 13:06:45 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:46078) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpzgZ-0003VQ-A5; Sat, 02 Feb 2019 13:06:36 -0500 Original-Received: from [176.228.60.248] (port=1173 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1gpzgY-0005CJ-PR; Sat, 02 Feb 2019 13:06:35 -0500 In-reply-to: <87va229k13.fsf@gmail.com> (message from Alex Branham on Sat, 02 Feb 2019 11:28:56 -0600) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.org gmane.emacs.bugs:155030 Archived-At: > From: Alex Branham > Cc: mbork@mbork.pl, 21074@debbugs.gnu.org > Date: Sat, 02 Feb 2019 11:28:56 -0600 > > >> +delete entry and @var{cols} is a vector of its column descriptors. > > ^ > > And here. > > I don't think a comma is needed here. It's a list of two entries, not > three, so no comma, right? Hmm.. I guess I was confused by the "delete entry" -- you meant "deleted", right? Otherwise OK. Thanks.