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:
parent
e6608010d7
commit
e97c0437aa
1 changed files with 1 additions and 1 deletions
|
@ -2231,7 +2231,7 @@ Do not set this variable directly, instead use
|
|||
(defvar python-shell--prompt-calculated-output-regexp nil
|
||||
"Calculated output prompt regexp for inferior python shell.
|
||||
Do not set this variable directly, instead use
|
||||
`python-shell-set-prompt-regexp'.")
|
||||
`python-shell-prompt-set-calculated-regexps'.")
|
||||
|
||||
(defun python-shell-prompt-detect ()
|
||||
"Detect prompts for the current `python-shell-interpreter'.
|
||||
|
|
Loading…
Add table
Reference in a new issue