]> git.eshelyaron.com Git - emacs.git/commit
Don't start docstrings with "This function"
authorStefan Kangas <stefankangas@gmail.com>
Fri, 1 Nov 2024 22:56:12 +0000 (23:56 +0100)
committerEshel Yaron <me@eshelyaron.com>
Sat, 2 Nov 2024 07:03:41 +0000 (08:03 +0100)
commitfa30d3d83addc4b59956501fd3d5d495f3510778
treecc71a3950188d30393f8c5cc9c9c7fc831290686
parentba49b9bd33c79063139bb5e17ad4b64f5464243b
Don't start docstrings with "This function"

* lisp/calculator.el (calculator-add-operators):
* lisp/erc/erc-log.el (erc-generate-log-file-name-with-date)
(erc-generate-log-file-name-short):
* lisp/eshell/esh-mode.el (eshell-begin-on-new-line):
* lisp/progmodes/hideif.el (hif-merge-ifdef-region):
* lisp/tab-bar.el (tab-bar--event-to-item):
* lisp/textmodes/artist.el (artist-no-rb-unset-point2)
(artist-no-rb-unset-points):
* lisp/which-key.el (which-key--hide-popup): Don't start function
docstrings with "This function".

(cherry picked from commit 4df832750c811abc5ccbe7bfcefe1ad8f144af8e)
lisp/erc/erc-log.el
lisp/eshell/esh-mode.el
lisp/progmodes/hideif.el
lisp/tab-bar.el
lisp/textmodes/artist.el
lisp/which-key.el