1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-02 10:11:05 -08:00

; * etc/NEWS: Fix a typo.

This commit is contained in:
Eli Zaretskii 2020-01-10 20:44:56 +02:00
parent ff8996a337
commit 15c8e984ae

View file

@ -1687,7 +1687,7 @@ If non-nil, the default, buffers opened during pdbtracking session are
killed when pdbtracking session is finished.
---
*** New function 'python-shell-send-region'.
*** New function 'python-shell-send-statement.
It sends the statement delimited by 'python-nav-beginning-of-statement'
and 'python-nav-end-of-statement' to the inferior Python process.