aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2024-06-27 11:55:29 +0300
committerEli Zaretskii2024-06-27 11:55:29 +0300
commit5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0 (patch)
tree07129f9aecbe2365f17d9e263d88d2221683d918
parent6ec77f580ddbff9001abbc47ab2b857df41b3f36 (diff)
downloademacs-5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0.tar.gz
emacs-5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0.zip
; * etc/NEWS: Fix last change (bug#71720).
-rw-r--r--etc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index b1b01b80bbb..566b2b43b97 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1557,8 +1557,8 @@ and 'python-nav-end-of-block' to the inferior Python process.
1557 1557
1558*** 'eldoc' no longer truncates to a single line by default. 1558*** 'eldoc' no longer truncates to a single line by default.
1559Previously, the entire docstring was not available to eldoc, which made 1559Previously, the entire docstring was not available to eldoc, which made
1560'eldoc-echo-area-use-multiline-p' ineffective. The old behaviour may be 1560'eldoc-echo-area-use-multiline-p' ineffective. The old behavior may be
1561kept by setting that. 1561kept by customizing 'eldoc-echo-area-use-multiline-p'.
1562 1562
1563** Inferior Python mode 1563** Inferior Python mode
1564 1564