[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 6170c50: Fix regression in help-mode prompt
From: |
Colin Baxter 😺 |
Subject: |
Re: emacs-28 6170c50: Fix regression in help-mode prompt |
Date: |
Tue, 14 Dec 2021 12:47:33 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
>>>>> Stefan Kangas <stefankangas@gmail.com> writes:
> eliz@gnu.org (Eli Zaretskii) writes:
>> diff --git a/lisp/help-macro.el b/lisp/help-macro.el index
>> 1fa9d82..b3c7e23 100644 --- a/lisp/help-macro.el +++
>> b/lisp/help-macro.el @@ -165,14 +165,18 @@ and then returns."
>> (let ((cursor-in-echo-area t) (overriding-local-map local-map))
>> (setq key (read-key-sequence - (format "Type one of the options
>> listed%s: " + (format "Type one of listed options%s: "
> Are we sure that this is an improvement? I find the old text more
> natural.
For me it is an improvement. The help-for-help buffer is taller. My Del
key is the Backspace but that's my detail and will not be universal.
Thanks again.