aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2020-01-10 20:44:56 +0200
committerEli Zaretskii2020-01-10 20:44:56 +0200
commit15c8e984ae5246d19d3eccc59fa6c911ffa4da32 (patch)
tree7527030c1f3362b35b0741af0646923d8819658c
parentff8996a337377731905a7a3c9bf05e2281df40ef (diff)
downloademacs-15c8e984ae5246d19d3eccc59fa6c911ffa4da32.tar.gz
emacs-15c8e984ae5246d19d3eccc59fa6c911ffa4da32.zip
; * etc/NEWS: Fix a typo.
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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
1687killed when pdbtracking session is finished. 1687killed when pdbtracking session is finished.
1688 1688
1689--- 1689---
1690*** New function 'python-shell-send-region'. 1690*** New function 'python-shell-send-statement.
1691It sends the statement delimited by 'python-nav-beginning-of-statement' 1691It sends the statement delimited by 'python-nav-beginning-of-statement'
1692and 'python-nav-end-of-statement' to the inferior Python process. 1692and 'python-nav-end-of-statement' to the inferior Python process.
1693 1693