diff options
| author | Noam Postavsky | 2019-07-05 21:34:16 -0400 |
|---|---|---|
| committer | Noam Postavsky | 2019-07-05 21:50:37 -0400 |
| commit | e97c0437aa135f9580cd8cc1ec912758e3610ab1 (patch) | |
| tree | 573977cff0bbfb1fd33292ce105cba99af2edcd7 /lisp/progmodes/python.el | |
| parent | e6608010d7187e7801a4b9e6119ffd641fd06986 (diff) | |
| download | emacs-e97c0437aa135f9580cd8cc1ec912758e3610ab1.tar.gz emacs-e97c0437aa135f9580cd8cc1ec912758e3610ab1.zip | |
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.
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 2231 | (defvar python-shell--prompt-calculated-output-regexp nil | 2231 | (defvar python-shell--prompt-calculated-output-regexp nil |
| 2232 | "Calculated output prompt regexp for inferior python shell. | 2232 | "Calculated output prompt regexp for inferior python shell. |
| 2233 | Do not set this variable directly, instead use | 2233 | Do not set this variable directly, instead use |
| 2234 | `python-shell-set-prompt-regexp'.") | 2234 | `python-shell-prompt-set-calculated-regexps'.") |
| 2235 | 2235 | ||
| 2236 | (defun python-shell-prompt-detect () | 2236 | (defun python-shell-prompt-detect () |
| 2237 | "Detect prompts for the current `python-shell-interpreter'. | 2237 | "Detect prompts for the current `python-shell-interpreter'. |