From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Jean Louis Newsgroups: gmane.emacs.bugs Subject: bug#44201: Acknowledgement (28.0.50; checkdoc-defun: cuts the last letter if there is argument to be defined) Date: Sun, 25 Oct 2020 00:38:17 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="34727"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Mutt/+ (1036f0e) (2020-10-18) To: 44201@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane-mx.org@gnu.org Sun Oct 25 08:29:11 2020 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 1kWaSl-0008vX-Kv for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 08:29:11 +0100 Original-Received: from localhost ([::1]:33080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kWaSk-0007jH-Kc for geb-bug-gnu-emacs@m.gmane-mx.org; Sun, 25 Oct 2020 03:29:10 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]:55132) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kWaSc-0007hn-UQ for bug-gnu-emacs@gnu.org; Sun, 25 Oct 2020 03:29:02 -0400 Original-Received: from debbugs.gnu.org ([209.51.188.43]:52375) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kWaSc-0006uS-KP for bug-gnu-emacs@gnu.org; Sun, 25 Oct 2020 03:29:02 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kWaSc-0004zy-II for bug-gnu-emacs@gnu.org; Sun, 25 Oct 2020 03:29:02 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Jean Louis Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 25 Oct 2020 07:29:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 44201 X-GNU-PR-Package: emacs Original-Received: via spool by 44201-submit@debbugs.gnu.org id=B44201.160361091219158 (code B ref 44201); Sun, 25 Oct 2020 07:29:02 +0000 Original-Received: (at 44201) by debbugs.gnu.org; 25 Oct 2020 07:28:32 +0000 Original-Received: from localhost ([127.0.0.1]:35684 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWaS8-0004yw-H9 for submit@debbugs.gnu.org; Sun, 25 Oct 2020 03:28:32 -0400 Original-Received: from static.rcdrun.com ([95.85.24.50]:45353) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kWaS6-0004yk-1g for 44201@debbugs.gnu.org; Sun, 25 Oct 2020 03:28:31 -0400 Original-Received: from localhost ([::ffff:41.202.241.51]) (AUTH: PLAIN admin, TLS: TLS1.2,256bits,ECDHE_RSA_AES_256_GCM_SHA384) by static.rcdrun.com with ESMTPSA id 00000000002A0B3A.000000005F95291B.00005218; Sun, 25 Oct 2020 07:28:27 +0000 Content-Disposition: inline In-Reply-To: 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:191471 Archived-At: To understand, you can do M-x checkdoc-defun on this function, then decide to enter period, and to add WIDTH, the last letter will be brought to second line. (defun my-function (width height) "Returns calculation message with the volume of a cylinder" (let ((do something))))