Fix python.el docstring (Bug#36458)

* lisp/progmodes/python.el (python-shell--prompt-calculated-output-regexp):
python-shell-set-prompt-regexp doesn't exist, presumably
python-shell-prompt-set-calculated-regexps was meant.
This commit is contained in:
Noam Postavsky 2019-07-05 21:34:16 -04:00
parent e6608010d7
commit e97c0437aa

View file

@ -2231,7 +2231,7 @@ Do not set this variable directly, instead use
(defvar python-shell--prompt-calculated-output-regexp nil (defvar python-shell--prompt-calculated-output-regexp nil
"Calculated output prompt regexp for inferior python shell. "Calculated output prompt regexp for inferior python shell.
Do not set this variable directly, instead use Do not set this variable directly, instead use
`python-shell-set-prompt-regexp'.") `python-shell-prompt-set-calculated-regexps'.")
(defun python-shell-prompt-detect () (defun python-shell-prompt-detect ()
"Detect prompts for the current `python-shell-interpreter'. "Detect prompts for the current `python-shell-interpreter'.