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: Eli Zaretskii
Subject: bug#51876: 28.0.60; Confusing prompt for setting a bookmark
Date: Tue, 16 Nov 2021 15:12:56 +0200

> 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")





reply via email to

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