mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08: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
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'.")
|
||||
|
||||
(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…
Add table
Add a link
Reference in a new issue