From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Lars Ingebrigtsen Newsgroups: gmane.emacs.bugs Subject: bug#18686: 25.0.50; incorrect signature in doc string of `create-fontset-from-fontset-spec' Date: Sat, 30 Apr 2016 16:15:55 +0200 Message-ID: <8760uzqj1g.fsf@gnus.org> References: <9fa26c73-6059-458a-bc75-b9727d90b8a3@default> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1462025861 18535 80.91.229.3 (30 Apr 2016 14:17:41 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 30 Apr 2016 14:17:41 +0000 (UTC) Cc: 18686@debbugs.gnu.org To: Drew Adams Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sat Apr 30 16:17:29 2016 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1awVi5-0003m4-Lt for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 16:17:29 +0200 Original-Received: from localhost ([::1]:58571 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVi1-0004al-Pi for geb-bug-gnu-emacs@m.gmane.org; Sat, 30 Apr 2016 10:17:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:44353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVhs-0004MX-6t for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 10:17:22 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1awVhg-0001iX-Dx for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 10:17:10 -0400 Original-Received: from debbugs.gnu.org ([208.118.235.43]:45488) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1awVhg-0001hJ-At for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 10:17:04 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1awVhc-0005Hg-TS for bug-gnu-emacs@gnu.org; Sat, 30 Apr 2016 10:17:00 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 30 Apr 2016 14:17:00 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 18686 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: Original-Received: via spool by 18686-submit@debbugs.gnu.org id=B18686.146202576317308 (code B ref 18686); Sat, 30 Apr 2016 14:17:00 +0000 Original-Received: (at 18686) by debbugs.gnu.org; 30 Apr 2016 14:16:03 +0000 Original-Received: from localhost ([127.0.0.1]:57822 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awVgg-0004Uw-Kv for submit@debbugs.gnu.org; Sat, 30 Apr 2016 10:16:02 -0400 Original-Received: from hermes.netfonds.no ([80.91.224.195]:57096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1awVge-0004S2-J1 for 18686@debbugs.gnu.org; Sat, 30 Apr 2016 10:16:00 -0400 Original-Received: from cm-84.215.1.64.getinternet.no ([84.215.1.64] helo=mouse) by hermes.netfonds.no with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1awVga-000367-1m; Sat, 30 Apr 2016 16:15:57 +0200 In-Reply-To: <9fa26c73-6059-458a-bc75-b9727d90b8a3@default> (Drew Adams's message of "Sat, 11 Oct 2014 00:00:31 -0700 (PDT)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) 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: 208.118.235.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:117333 Archived-At: Drew Adams writes: > (elisp) `Fontsets' makes it clear that the first arg, FONTSET-SPEC, has > a required part and possibly repeated optional parts: > > This function defines a new fontset according to the specification > string FONTSET-SPEC. The string should have this format: > > FONTPATTERN, [CHARSET:FONT]... > > The doc string has something completely different, in which perhaps at > least one of the CHARSET:FONT parts is required (?), not optional: > > FONTSET-SPEC is a string of the format: > FONTSET-NAME,SCRIPT-NAME0:FONT-NAME0,SCRIPT-NAME1:FONT-NAME1, ... > > Well, yes, there is `...' at the end, but it is not clear what its scope > is. Please use unambiguous notation similar to what the manual uses. I've now fixed this. -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no