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

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

bug#44201: Acknowledgement (28.0.50; checkdoc-defun: cuts the last lette


From: Jean Louis
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
User-agent: Mutt/+ (1036f0e) (2020-10-18)

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))))





reply via email to

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