aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorPo Lu2024-07-08 15:43:55 +0800
committerPo Lu2024-07-08 15:43:55 +0800
commitdf1630ad3b85538b86f054073364c9ba0c989909 (patch)
treea18e619b608c0df3618931a116f13a836889e92a /lisp/progmodes/python.el
parent4d21dff571477ca0308293815f3025897bc089a4 (diff)
parentf4c0459ed3edce33329744f60a0e389c20dc60a5 (diff)
downloademacs-df1630ad3b85538b86f054073364c9ba0c989909.tar.gz
emacs-df1630ad3b85538b86f054073364c9ba0c989909.zip
Merge from savannah/emacs-30
f4c0459ed3e Fix Tramp parser 47c79b62dd0 Checkdoc fixes in progmodes 6757f8e67d3 Checkdoc fixes in Org Mode 9fcee3c1d1e Clarify `checkdoc-max-keyref-before-warn` docstring b249f022f12 * lisp/files.el (insert-directory): Quote switches in wil... 8911d53ce5d Fix uses of 'dired-omit-mode' (bug#71905)
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 73d6bdd2d2d..a00289d6de9 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1140,8 +1140,8 @@ fontified."
1140For example, Lvl1 | Lvl2[Lvl3[Lvl4[Lvl5 | None]], Lvl2]. This 1140For example, Lvl1 | Lvl2[Lvl3[Lvl4[Lvl5 | None]], Lvl2]. This
1141structure is represented via nesting binary_operator and 1141structure is represented via nesting binary_operator and
1142subscript nodes. This function iterates over all levels and 1142subscript nodes. This function iterates over all levels and
1143highlight identifier nodes. If TYPE-REGEX is not nil fontify type 1143highlight identifier nodes. If TYPE-REGEX is not nil fontify type
1144identifier only if it matches against TYPE-REGEX. NODE is the 1144identifier only if it matches against TYPE-REGEX. NODE is the
1145binary_operator node. OVERRIDE is the override flag described in 1145binary_operator node. OVERRIDE is the override flag described in
1146`treesit-font-lock-rules'. START and END mark the region to be 1146`treesit-font-lock-rules'. START and END mark the region to be
1147fontified." 1147fontified."