Fix the defcustom type fix in python.el
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix defcustom type (bug#30990).
This commit is contained in:
parent
e1c33e29d5
commit
bf1b3714cc
1 changed files with 1 additions and 1 deletions
|
@ -3805,7 +3805,7 @@ After one of this commands is sent to pdb, pdbtracking session is
|
|||
considered over.
|
||||
|
||||
See `python-pdbtrack-activate' for pdbtracking session overview."
|
||||
:type '(repeast string)
|
||||
:type '(repeat string)
|
||||
:version "27.1")
|
||||
|
||||
(defcustom python-pdbtrack-kill-buffers t
|
||||
|
|
Loading…
Add table
Reference in a new issue