Don't start docstrings with "This function" or similar
authorStefan Kangas <stefankangas@gmail.com>
Thu, 26 Dec 2024 20:02:45 +0000 (21:02 +0100)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 26 Dec 2024 20:02:45 +0000 (21:02 +0100)
commit186ea407326166ee4669ce6fe84871c1e16c657c
treee86a05cf2e5b781c7175b6dda1a76d0f475cec75
parentcb8ce2e68bb68844971695e139ae93bd320bc0d8
Don't start docstrings with "This function" or similar

* lisp/calculator.el (calculator-add-operators):
* lisp/erc/erc-backend.el (erc-server-ping-handler):
* lisp/erc/erc-log.el (erc-generate-log-file-name-with-date):
(erc-generate-log-file-name-short):
* lisp/erc/erc-track.el (erc-track-shorten-function):
* lisp/eshell/em-smart.el (eshell-where-to-jump):
* lisp/eshell/esh-mode.el (eshell-begin-on-new-line):
* lisp/gnus/gnus-art.el (gnus-prompt-before-saving):
* lisp/mail/supercite.el (sc-cite-region-limit):
* lisp/net/nsm.el (network-security-protocol-checks):
* lisp/org/org-element.el
(org-element--cache-avoid-synchronous-headline-re-parsing):
* lisp/progmodes/hideif.el (hif-merge-ifdef-region):
* lisp/progmodes/modula2.el (m2-indent):
* lisp/progmodes/xscheme.el (xscheme-running-p):
(xscheme-control-g-disabled-p):
* lisp/tab-bar.el (tab-bar--event-to-item):
* lisp/which-key.el (which-key--hide-popup): Don't start docstrings with
"This function" or "This variable".
15 files changed:
lisp/calculator.el
lisp/erc/erc-backend.el
lisp/erc/erc-log.el
lisp/erc/erc-track.el
lisp/eshell/em-smart.el
lisp/eshell/esh-mode.el
lisp/gnus/gnus-art.el
lisp/mail/supercite.el
lisp/net/nsm.el
lisp/org/org-element.el
lisp/progmodes/hideif.el
lisp/progmodes/modula2.el
lisp/progmodes/xscheme.el
lisp/tab-bar.el
lisp/which-key.el