diff options
| -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 68081b80aa9..95b6a037bb3 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el | |||
| @@ -3805,7 +3805,7 @@ After one of this commands is sent to pdb, pdbtracking session is | |||
| 3805 | considered over. | 3805 | considered over. |
| 3806 | 3806 | ||
| 3807 | See `python-pdbtrack-activate' for pdbtracking session overview." | 3807 | See `python-pdbtrack-activate' for pdbtracking session overview." |
| 3808 | :type '(repeast string) | 3808 | :type '(repeat string) |
| 3809 | :version "27.1") | 3809 | :version "27.1") |
| 3810 | 3810 | ||
| 3811 | (defcustom python-pdbtrack-kill-buffers t | 3811 | (defcustom python-pdbtrack-kill-buffers t |