]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the defcustom type fix in python.el
authorLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Sep 2020 13:17:36 +0000 (15:17 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Fri, 25 Sep 2020 13:17:36 +0000 (15:17 +0200)
* lisp/progmodes/python.el (python-pdbtrack-exit-command): Fix
defcustom type (bug#30990).

lisp/progmodes/python.el

index 68081b80aa94c1581c3f02f6a4728c72f38ea0be..95b6a037bb32caf5596f932cb88337983be3030f 100644 (file)
@@ -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