]> git.eshelyaron.com Git - emacs.git/commit
Globally sanitize single-file package long descriptions (Bug#37548)
authorBruno Félix Rezende Ribeiro <oitofelix@gnu.org>
Tue, 8 Oct 2019 07:32:18 +0000 (04:32 -0300)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 23 Jan 2020 21:57:23 +0000 (22:57 +0100)
commit963a9ffd66cb29f0370e9a4b854dddda242c54a6
treeffd9b49f7c97d33d8f2a909785654bd28220bd8f
parentcd2d812ec1745a7e6de2b29db1a9bf9f1125b501
Globally sanitize single-file package long descriptions (Bug#37548)

Consistent with multi-file package descriptions which don’t have
commentary sections nor double semicolon prefixes.
* lisp/emacs-lisp/lisp-mnt.el (lm-commentary): Remove commentary
header, double semicolon prefixes of each line, trailing new-lines and
trailing white-space from commentary.
* lisp/emacs-lisp/package.el (package--get-description)
(describe-package-1):
* lisp/finder.el (finder-commentary):
* lisp/info.el (Info-finder-find-node): Remove ad-hoc sanitation.
lisp/emacs-lisp/lisp-mnt.el
lisp/emacs-lisp/package.el
lisp/finder.el
lisp/info.el