Fix python-ts-mode-map docstring
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 23:58:46 +0000 (01:58 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 23:58:50 +0000 (01:58 +0200)
* lisp/progmodes/python.el (python-ts-mode-map): Fix docstring.

lisp/progmodes/python.el

index 9d87d6cb6a55c7369300a15454b06a7407ba2820..0001bdd21a9d542a069ed3791a90086bb5bc3d25 100644 (file)
@@ -408,7 +408,7 @@ To customize the Python interpreter for interactive use, modify
   "Keymap for `python-mode'.")
 
 (defvar python-ts-mode-map (copy-keymap python-mode-map)
-  "Keymap for `(copy-keymap python-mode-map)'.")
+  "Keymap for `python-ts-mode'.")
 
 \f
 ;;; Python specialized rx