From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.bugs Subject: bug#47833: 27.2; Incomplete list of optional arguments in the docstring of `map-y-or-n-p' Date: Sat, 17 Apr 2021 11:26:24 +0300 Message-ID: <83im4lwc3z.fsf@gnu.org> References: Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="33407"; mail-complaints-to="usenet@ciao.gmane.io" Cc: 47833-done@debbugs.gnu.org, mardani29@yahoo.es To: Glenn Morris Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sat Apr 17 10:27:12 2021 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1lXgIJ-0008Zq-P8 for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Apr 2021 10:27:11 +0200 Original-Received: from localhost ([::1]:48414 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lXgII-0006vx-Tv for geb-bug-gnu-emacs@m.gmane-mx.org; Sat, 17 Apr 2021 04:27:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:41872) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lXgIA-0006u4-3q for bug-gnu-emacs@gnu.org; Sat, 17 Apr 2021 04:27:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:58948) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lXgI9-0001FN-Sc for bug-gnu-emacs@gnu.org; Sat, 17 Apr 2021 04:27:01 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lXgI9-0006nb-Pu for bug-gnu-emacs@gnu.org; Sat, 17 Apr 2021 04:27:01 -0400 Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-To: bug-gnu-emacs@gnu.org Resent-Date: Sat, 17 Apr 2021 08:27:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 47833 X-GNU-PR-Package: emacs Mail-Followup-To: 47833@debbugs.gnu.org, eliz@gnu.org, mardani29@yahoo.es Original-Received: via spool by 47833-done@debbugs.gnu.org id=D47833.161864799526099 (code D ref 47833); Sat, 17 Apr 2021 08:27:01 +0000 Original-Received: (at 47833-done) by debbugs.gnu.org; 17 Apr 2021 08:26:35 +0000 Original-Received: from localhost ([127.0.0.1]:42260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXgHj-0006ms-Hn for submit@debbugs.gnu.org; Sat, 17 Apr 2021 04:26:35 -0400 Original-Received: from eggs.gnu.org ([209.51.188.92]:57466) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lXgHh-0006mf-Iw for 47833-done@debbugs.gnu.org; Sat, 17 Apr 2021 04:26:34 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]:58999) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lXgHc-0000sg-8h; Sat, 17 Apr 2021 04:26:28 -0400 Original-Received: from 84.94.185.95.cable.012.net.il ([84.94.185.95]:1900 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1lXgHa-0001ES-WC; Sat, 17 Apr 2021 04:26:27 -0400 In-Reply-To: (message from Glenn Morris on Fri, 16 Apr 2021 22:03:15 -0400) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list 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-mx.org@gnu.org Original-Sender: "bug-gnu-emacs" Xref: news.gmane.io gmane.emacs.bugs:204180 Archived-At: > From: Glenn Morris > Date: Fri, 16 Apr 2021 22:03:15 -0400 > Cc: 47833@debbugs.gnu.org > > > -Takes args PROMPTER ACTOR LIST, and optional args HELP and ACTION-ALIST. > > +Takes args PROMPTER ACTOR LIST, and optional args HELP, > > +ACTION-ALIST and NO-CURSOR-IN-ECHO-AREA. > > I suggest instead removing the sentence, which does nothing other than > list the arguments. describe-function displays the argument list anyway. Indeed. The doc string of that function and its description in the ELisp manual "needed work", so I fixed them on the emacs-27 branch, and I'm marking this bug done.