diff options
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 e1f9a33a691..14b65669c4b 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -2274,7 +2274,7 @@ Do not set this variable directly, instead use | |||
| 2274 | (defvar python-shell--prompt-calculated-output-regexp nil | 2274 | (defvar python-shell--prompt-calculated-output-regexp nil |
| 2275 | "Calculated output prompt regexp for inferior python shell. | 2275 | "Calculated output prompt regexp for inferior python shell. |
| 2276 | Do not set this variable directly, instead use | 2276 | Do not set this variable directly, instead use |
| 2277 | `python-shell-set-prompt-regexp'.") | 2277 | `python-shell-prompt-set-calculated-regexps'.") |
| 2278 | 2278 | ||
| 2279 | (defun python-shell-prompt-detect () | 2279 | (defun python-shell-prompt-detect () |
| 2280 | "Detect prompts for the current `python-shell-interpreter'. | 2280 | "Detect prompts for the current `python-shell-interpreter'. |