aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorEli Zaretskii2025-11-04 20:00:39 +0200
committerEli Zaretskii2025-11-04 20:00:39 +0200
commitd9ddf0d075adfdb2c934955f4747b06a05c27f28 (patch)
tree2a235e166e8482121cd77539db2d139f47c5eb70 /lisp/progmodes/python.el
parent447bb6ef5cb483ad1edd635792c5c801e8270b38 (diff)
downloademacs-d9ddf0d075adfdb2c934955f4747b06a05c27f28.tar.gz
emacs-d9ddf0d075adfdb2c934955f4747b06a05c27f28.zip
; 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)
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 9826edfc054..f73a0128b5c 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5917,7 +5917,7 @@ are also searched. REGEXP is passed to `looking-at' to set
5917 5917
5918BLOCK-BEG is the beginning position where the hiding will be performed. 5918BLOCK-BEG is the beginning position where the hiding will be performed.
5919 5919
5920This is only used to properly hide the block when there are not closing 5920This is only used to properly hide the block when there are no closing
5921parens." 5921parens."
5922 (unless (save-excursion 5922 (unless (save-excursion
5923 (goto-char block-beg) 5923 (goto-char block-beg)