emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 e97c043 3/3: Fix python.el docstring (Bug#36458)


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 e97c043 3/3: Fix python.el docstring (Bug#36458)
Date: Fri, 5 Jul 2019 21:52:29 -0400 (EDT)

branch: emacs-26
commit e97c0437aa135f9580cd8cc1ec912758e3610ab1
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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.
---
 lisp/progmodes/python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 38dcc82..8e7d9f2 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'.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]