[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: emacs-28 6170c50: Fix regression in help-mode prompt
From: |
Stefan Kangas |
Subject: |
Re: emacs-28 6170c50: Fix regression in help-mode prompt |
Date: |
Tue, 14 Dec 2021 03:30:22 -0800 |
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.
- Re: emacs-28 6170c50: Fix regression in help-mode prompt,
Stefan Kangas <=