]> git.eshelyaron.com Git - emacs.git/commit
Pacify some docstring control char warnings
authorBasil L. Contovounesios <basil@contovou.net>
Wed, 28 Feb 2024 15:38:21 +0000 (16:38 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 28 Feb 2024 17:54:09 +0000 (18:54 +0100)
commit5e414a65aea2979257aa15700bae54d5d5976f47
treeab74d5b6acb972002e5562754ea21ff92c73b741
parent226f46091d7eb6f9090e463de291178116916ed1
Pacify some docstring control char warnings

Other instances are discussed in the following thread:
https://lists.gnu.org/r/emacs-devel/2024-02/msg00797.html

* lisp/allout.el (allout-command-prefix): Declare :type as
key-sequence.  Mark up key sequences in docstring.
* lisp/auth-source.el (auth-source--decode-octal-string):
* lisp/ffap.el (ffap-search-backward-file-end):
* lisp/gnus/gnus-art.el (gnus-page-delimiter):
* lisp/gnus/nnheader.el (nnheader-strip-cr):
* lisp/proced.el (proced-log):
* lisp/progmodes/idlw-shell.el (idlwave-shell-prompt-pattern):
* lisp/url/url-http.el (url-http-clean-headers):
* lisp/vcursor.el (vcursor-interpret-input): Quote control
characters in docstrings.

(cherry picked from commit f7c2fe3337bb5e5721d17f40f79dbc1275e17b0d)
lisp/allout.el
lisp/auth-source.el
lisp/ffap.el
lisp/gnus/gnus-art.el
lisp/gnus/nnheader.el
lisp/proced.el
lisp/progmodes/idlw-shell.el
lisp/url/url-http.el
lisp/vcursor.el