diff options
| author | Eli Zaretskii | 2024-06-27 11:55:29 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2024-06-27 11:55:29 +0300 |
| commit | 5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0 (patch) | |
| tree | 07129f9aecbe2365f17d9e263d88d2221683d918 | |
| parent | 6ec77f580ddbff9001abbc47ab2b857df41b3f36 (diff) | |
| download | emacs-5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0.tar.gz emacs-5eb9a0d2c79beaaca8b3ea0ee8c6b4bd5efa4bf0.zip | |
; * etc/NEWS: Fix last change (bug#71720).
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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. |
| 1559 | Previously, the entire docstring was not available to eldoc, which made | 1559 | Previously, 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 |
| 1561 | kept by setting that. | 1561 | kept by customizing 'eldoc-echo-area-use-multiline-p'. |
| 1562 | 1562 | ||
| 1563 | ** Inferior Python mode | 1563 | ** Inferior Python mode |
| 1564 | 1564 | ||