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
1 changed files with 1 additions and 1 deletions
|
@ -408,7 +408,7 @@ To customize the Python interpreter for interactive use, modify
|
||||||
"Keymap for `python-mode'.")
|
"Keymap for `python-mode'.")
|
||||||
|
|
||||||
(defvar python-ts-mode-map (copy-keymap python-mode-map)
|
(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
|
;;; Python specialized rx
|
||||||
|
|
Loading…
Add table
Reference in a new issue