]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix python.el docstring (Bug#36458)
authorNoam Postavsky <npostavs@gmail.com>
Sat, 6 Jul 2019 01:34:16 +0000 (21:34 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sat, 6 Jul 2019 01:50:37 +0000 (21:50 -0400)
* 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.

lisp/progmodes/python.el

index 38dcc823d0635d9ff6d6cdd6aa2f47f6476d978d..8e7d9f23b0ef3aa1e08e8246dbdb792413402f96 100644 (file)
@@ -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'.