From: Stefan Kangas Date: Fri, 4 Oct 2024 23:58:46 +0000 (+0200) Subject: Fix python-ts-mode-map docstring X-Git-Tag: archive/raspbian/1%30.1+1-3+rpi1^2~2^2~20^2~362^2~17 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6b1271b169a8c5d46eace65fb9348d6110527cf3;p=emacs.git Fix python-ts-mode-map docstring * lisp/progmodes/python.el (python-ts-mode-map): Fix docstring. --- diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 9d87d6cb6a5..0001bdd21a9 100644 --- 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'.") ;;; Python specialized rx