]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix python-ts-mode-map docstring
authorStefan Kangas <stefankangas@gmail.com>
Fri, 4 Oct 2024 23:58:46 +0000 (01:58 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 6 Oct 2024 06:49:20 +0000 (08:49 +0200)
* lisp/progmodes/python.el (python-ts-mode-map): Fix docstring.

(cherry picked from commit 6b1271b169a8c5d46eace65fb9348d6110527cf3)

lisp/progmodes/python.el

index 89950bfb3402cd3345ab1afebdecae301323b8c6..923bb9b8396ff42d81ee4cb2d628bc46b30b4a88 100644 (file)
@@ -426,7 +426,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