1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

Fix python-ts-mode-map docstring

* lisp/progmodes/python.el (python-ts-mode-map): Fix docstring.
This commit is contained in:
Stefan Kangas 2024-10-05 01:58:46 +02:00
parent aaaafddc94
commit 6b1271b169

View 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'.")
;;; Python specialized rx