From: Stefan Kangas Date: Fri, 4 Oct 2024 23:58:46 +0000 (+0200) Subject: Fix python-ts-mode-map docstring X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70646881f34fe3f052081216261da4620958206c;p=emacs.git Fix python-ts-mode-map docstring * lisp/progmodes/python.el (python-ts-mode-map): Fix docstring. (cherry picked from commit 6b1271b169a8c5d46eace65fb9348d6110527cf3) --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 89950bfb340..923bb9b8396 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -426,7 +426,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