From: Noam Postavsky Date: Sat, 6 Jul 2019 01:34:16 +0000 (-0400) Subject: Fix python.el docstring (Bug#36458) X-Git-Tag: emacs-26.3~57 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e97c043;p=emacs.git 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. --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 38dcc823d06..8e7d9f23b0e 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -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'.