diff options
Diffstat (limited to 'lisp/progmodes/python.el')
| -rw-r--r-- | lisp/progmodes/python.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 3ef872d26eb..f7566c31b41 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -494,7 +494,7 @@ statement." | |||
| 494 | 494 | ||
| 495 | 495 | ||
| 496 | (defcustom python-pdbtrack-do-tracking-p t | 496 | (defcustom python-pdbtrack-do-tracking-p t |
| 497 | "*Controls whether the pdbtrack feature is enabled or not. | 497 | "Controls whether the pdbtrack feature is enabled or not. |
| 498 | 498 | ||
| 499 | When non-nil, pdbtrack is enabled in all comint-based buffers, | 499 | When non-nil, pdbtrack is enabled in all comint-based buffers, |
| 500 | e.g. shell interaction buffers and the *Python* buffer. | 500 | e.g. shell interaction buffers and the *Python* buffer. |
| @@ -509,7 +509,7 @@ having to restart the program." | |||
| 509 | (make-variable-buffer-local 'python-pdbtrack-do-tracking-p) | 509 | (make-variable-buffer-local 'python-pdbtrack-do-tracking-p) |
| 510 | 510 | ||
| 511 | (defcustom python-pdbtrack-minor-mode-string " PDB" | 511 | (defcustom python-pdbtrack-minor-mode-string " PDB" |
| 512 | "*Minor-mode sign to be displayed when pdbtrack is active." | 512 | "Minor-mode sign to be displayed when pdbtrack is active." |
| 513 | :type 'string | 513 | :type 'string |
| 514 | :group 'python) | 514 | :group 'python) |
| 515 | 515 | ||
| @@ -1288,7 +1288,7 @@ modified by the user. Additional arguments are added when the command | |||
| 1288 | is used by `run-python' et al.") | 1288 | is used by `run-python' et al.") |
| 1289 | 1289 | ||
| 1290 | (defvar python-buffer nil | 1290 | (defvar python-buffer nil |
| 1291 | "*The current Python process buffer. | 1291 | "The current Python process buffer. |
| 1292 | 1292 | ||
| 1293 | Commands that send text from source buffers to Python processes have | 1293 | Commands that send text from source buffers to Python processes have |
| 1294 | to choose a process to send to. This is determined by buffer-local | 1294 | to choose a process to send to. This is determined by buffer-local |