mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 17:41:40 -05:00
fix another overlong docstring
This commit is contained in:
parent
3a599b20bb
commit
caca7cdab5
1 changed files with 1 additions and 1 deletions
|
@ -634,7 +634,7 @@ python vterm buffer."
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(define-minor-mode py-vterm-interaction-mode
|
(define-minor-mode py-vterm-interaction-mode
|
||||||
"A minor mode for a Python script buffer that interacts with an inferior Python REPL."
|
"A minor for python script buffers to interact with an inferior Python REPL."
|
||||||
:init-value nil
|
:init-value nil
|
||||||
:lighter " PY"
|
:lighter " PY"
|
||||||
:keymap
|
:keymap
|
||||||
|
|
Loading…
Add table
Reference in a new issue