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:
parent
aaaafddc94
commit
6b1271b169
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user