]> git.eshelyaron.com Git - emacs.git/commit
Checkdoc fixes in progmodes
authorStefan Kangas <stefankangas@gmail.com>
Sun, 7 Jul 2024 12:50:18 +0000 (14:50 +0200)
committerEshel Yaron <me@eshelyaron.com>
Mon, 8 Jul 2024 20:57:55 +0000 (22:57 +0200)
commitc3735f3b598ceb4144c1c0c5e804b1c368ea5d1e
treef02b184c0ad628b52e105c633c22376febaa1902
parent21337115a362b6311c1ecef1c0ef4b3b80e65e91
Checkdoc fixes in progmodes

* lisp/progmodes/cperl-mode.el (cperl-file-style)
(cperl-continued-brace-offset, cperl-tips-faces):
* lisp/progmodes/eglot.el (eglot-confirm-server-edits, eglot)
(eglot-list-connections-mode, eglot--outstanding-inlay-hints-region)
(eglot--outstanding-inlay-regions-timer):
* lisp/progmodes/etags.el (etags-goto-tag-location)
(etags--xref-apropos-additional):
* lisp/progmodes/flymake.el (flymake-autoresize-margins):
* lisp/progmodes/gdb-mi.el (gdb-mouse-until, gdb-mouse-jump):
* lisp/progmodes/hideif.el (hif-parse-macro-arglist):
* lisp/progmodes/idlw-help.el (idlwave-html-help-location):
* lisp/progmodes/idlwave.el (idlwave-reserved-word-upcase):
* lisp/progmodes/java-ts-mode.el (java-ts-mode--string-highlight-helper):
* lisp/progmodes/js.el (js--chained-expression-p):
* lisp/progmodes/pascal.el (pascal-mode, pascal-comment-area):
* lisp/progmodes/python.el (python--treesit-fontify-union-types):
* lisp/progmodes/ruby-mode.el (ruby-align-chained-calls)
(ruby-block-indent, ruby-rubocop-use-bundler):
* lisp/progmodes/rust-ts-mode.el
(rust-ts-mode--prettify-symbols-compose-p):
* lisp/progmodes/verilog-mode.el (verilog-cache-has-lisp)
(verilog-auto-insert-lisp, verilog-highlight-region):
* lisp/progmodes/xref.el (xref--get-history): Various checkdoc fixes.

(cherry picked from commit 47c79b62dd04e9ec585354b35e0ef3b3e8c2878d)
16 files changed:
lisp/progmodes/cperl-mode.el
lisp/progmodes/eglot.el
lisp/progmodes/etags.el
lisp/progmodes/flymake.el
lisp/progmodes/gdb-mi.el
lisp/progmodes/hideif.el
lisp/progmodes/idlw-help.el
lisp/progmodes/idlwave.el
lisp/progmodes/java-ts-mode.el
lisp/progmodes/js.el
lisp/progmodes/pascal.el
lisp/progmodes/python.el
lisp/progmodes/ruby-mode.el
lisp/progmodes/rust-ts-mode.el
lisp/progmodes/verilog-mode.el
lisp/progmodes/xref.el