projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaaafdd
)
Fix python-ts-mode-map docstring
author
Stefan Kangas
<stefankangas@gmail.com>
Fri, 4 Oct 2024 23:58:46 +0000
(
01:58
+0200)
committer
Stefan Kangas
<stefankangas@gmail.com>
Fri, 4 Oct 2024 23:58:50 +0000
(
01:58
+0200)
* lisp/progmodes/python.el (python-ts-mode-map): Fix docstring.
lisp/progmodes/python.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/python.el
b/lisp/progmodes/python.el
index 9d87d6cb6a55c7369300a15454b06a7407ba2820..0001bdd21a9d542a069ed3791a90086bb5bc3d25 100644
(file)
--- a/
lisp/progmodes/python.el
+++ b/
lisp/progmodes/python.el
@@
-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
'.")
\f
;;; Python specialized rx