emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/workroom 001fe2777f 12/74: Make prompt message more clear


From: ELPA Syncer
Subject: [nongnu] elpa/workroom 001fe2777f 12/74: Make prompt message more clear
Date: Sun, 27 Nov 2022 16:03:18 -0500 (EST)

branch: elpa/workroom
commit 001fe2777f49ac73b6ab24401094a1c3c5efc887
Author: Akib Azmain Turja <akib@disroot.org>
Commit: Akib Azmain Turja <akib@disroot.org>

    Make prompt message more clear
---
 workroom.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workroom.el b/workroom.el
index f66387bc63..cf000da122 100644
--- a/workroom.el
+++ b/workroom.el
@@ -536,7 +536,7 @@ PROMPT, DEF, REQUIRE-MATCH and PREDICATE is same as in 
`read-buffer'."
          (workroom-kill existing))
        (push room workroom--rooms)))
     ('workroom-set
-     (unless (y-or-n-p "Your all workrooms will be overwritten, proceed? ")
+     (unless (y-or-n-p "All your workrooms will be overwritten, proceed? ")
        (user-error "Cancelled"))
      (let ((rooms nil)
            (rooms-to-kill nil))



reply via email to

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