bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#51876: 28.0.60; Confusing prompt for setting a bookmark


From: Stefan Kangas
Subject: bug#51876: 28.0.60; Confusing prompt for setting a bookmark
Date: Tue, 16 Nov 2021 22:22:59 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Eli Zaretskii <eliz@gnu.org> writes:

>> From: Lars Ingebrigtsen <larsi@gnus.org>
>> Cc: 51876@debbugs.gnu.org
>> Date: Tue, 16 Nov 2021 09:12:23 +0100
>>
>> Perhaps
>>
>>          (if no-overwrite "Set bookmark" "Set bookmark unconditionally")))
>>
>> should be
>>
>>          (if no-overwrite "Append bookmark" "Set bookmark")))
>
> I would suggest
>
>   (if no-overwrite "Add bookmark named" "Set bookmark named")

How about

    (if no-overwrite "Append bookmark named" "Set bookmark named")

?





reply via email to

[Prev in Thread] Current Thread [Next in Thread]