1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-17 11:20:39 -08:00

; Fix documentation of a recent change

* lisp/progmodes/python.el (python-ts-hs-adjust-block-end-fn):
* lisp/progmodes/hideshow.el (hs-modes-alist)
(hs-adjust-block-end, hs-inside-comment-p-func): Doc fixes.
(bug#79671)
This commit is contained in:
Eli Zaretskii 2025-11-04 20:00:39 +02:00
parent 447bb6ef5c
commit d9ddf0d075
2 changed files with 20 additions and 30 deletions

View file

@ -5917,7 +5917,7 @@ are also searched. REGEXP is passed to `looking-at' to set
BLOCK-BEG is the beginning position where the hiding will be performed.
This is only used to properly hide the block when there are not closing
This is only used to properly hide the block when there are no closing
parens."
(unless (save-excursion
(goto-char block-beg)