]> code.delx.au - gnu-emacs/blobdiff - lisp/progmodes/python.el
Fix a bunch of custom types (thank you cus-test.el)
[gnu-emacs] / lisp / progmodes / python.el
index 2165c8350576505126f3b3e46ea882bd0cbedf95..641563ae0abbb1c6b2a489c1535d567372b1c72a 100644 (file)
@@ -1681,7 +1681,7 @@ This variable, when set to a string, makes the values stored in
 `python-shell-process-environment' and `python-shell-exec-path'
 to be modified properly so shells are started with the specified
 virtualenv."
-  :type 'string
+  :type '(choice (const nil) string)
   :group 'python
   :safe 'stringp)