diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index d87789fd773..a0466707e60 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -290,7 +290,8 @@ | |||
| 290 | "If non-nil, `python-mode' tries to use tree-sitter. | 290 | "If non-nil, `python-mode' tries to use tree-sitter. |
| 291 | Currently `python-mode' uses tree-sitter for font-locking, imenu, | 291 | Currently `python-mode' uses tree-sitter for font-locking, imenu, |
| 292 | and movement functions." | 292 | and movement functions." |
| 293 | :type 'boolean) | 293 | :type 'boolean |
| 294 | :version "29.1") | ||
| 294 | 295 | ||
| 295 | (defcustom python-interpreter "python" | 296 | (defcustom python-interpreter "python" |
| 296 | "Python interpreter for noninteractive use. | 297 | "Python interpreter for noninteractive use. |