From: Eli Zaretskii Date: Fri, 10 Jan 2020 18:44:56 +0000 (+0200) Subject: ; * etc/NEWS: Fix a typo. X-Git-Tag: emacs-27.0.90~186 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=15c8e984ae5246d19d3eccc59fa6c911ffa4da32;p=emacs.git ; * etc/NEWS: Fix a typo. --- diff --git a/etc/NEWS b/etc/NEWS index 6d4a6119afa..43805bb0ac6 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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.