aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 7c3b611cd9f..68081b80aa9 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -3796,7 +3796,7 @@ was `continue'. This behavior slightly differentiates the `continue' command
3796from the `exit' command listed in `python-pdbtrack-exit-command'. 3796from the `exit' command listed in `python-pdbtrack-exit-command'.
3797 3797
3798See `python-pdbtrack-activate' for pdbtracking session overview." 3798See `python-pdbtrack-activate' for pdbtracking session overview."
3799 :type 'list 3799 :type '(repeat string)
3800 :version "27.1") 3800 :version "27.1")
3801 3801
3802(defcustom python-pdbtrack-exit-command '("q" "quit" "exit") 3802(defcustom python-pdbtrack-exit-command '("q" "quit" "exit")
@@ -3805,7 +3805,7 @@ After one of this commands is sent to pdb, pdbtracking session is
3805considered over. 3805considered over.
3806 3806
3807See `python-pdbtrack-activate' for pdbtracking session overview." 3807See `python-pdbtrack-activate' for pdbtracking session overview."
3808 :type 'list 3808 :type '(repeast 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