diff options
| author | Eli Zaretskii | 2024-09-27 08:44:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-09-27 08:44:35 +0300 |
| commit | 42eb2265e64c4615f4a6111afc80ee25c782ef1e (patch) | |
| tree | a628adc1686be1dbc314f228a48e9a980e2e8015 /lisp/progmodes/python.el | |
| parent | bdfeb45bfcf1bf29a820d3086f007d07147b0598 (diff) | |
| download | emacs-42eb2265e64c4615f4a6111afc80ee25c782ef1e.tar.gz emacs-42eb2265e64c4615f4a6111afc80ee25c782ef1e.zip | |
; * lisp/progmodes/python.el (python-interpreter): Fix :version.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 2b11aaf524e..79fd0982115 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -322,7 +322,7 @@ Some Python interpreters also require changes to | |||
| 322 | 322 | ||
| 323 | To customize the Python interpreter for interactive use, modify | 323 | To customize the Python interpreter for interactive use, modify |
| 324 | `python-shell-interpreter' instead." | 324 | `python-shell-interpreter' instead." |
| 325 | :version "30.1" | 325 | :version "31.1" |
| 326 | :type 'string) | 326 | :type 'string) |
| 327 | 327 | ||
| 328 | (defcustom python-interpreter-args "" | 328 | (defcustom python-interpreter-args "" |