emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-30 6b1271b169a: Fix python-ts-mode-map docstring


From: Stefan Kangas
Subject: emacs-30 6b1271b169a: Fix python-ts-mode-map docstring
Date: Fri, 4 Oct 2024 20:05:52 -0400 (EDT)

branch: emacs-30
commit 6b1271b169a8c5d46eace65fb9348d6110527cf3
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Fix python-ts-mode-map docstring
    
    * lisp/progmodes/python.el (python-ts-mode-map): Fix docstring.
---
 lisp/progmodes/python.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]