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

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

[nongnu] elpa/symbol-overlay 8096a684c2 129/152: Prefer "Rename to" in p


From: ELPA Syncer
Subject: [nongnu] elpa/symbol-overlay 8096a684c2 129/152: Prefer "Rename to" in prompt for symbol renaming
Date: Thu, 7 Jul 2022 12:04:21 -0400 (EDT)

branch: elpa/symbol-overlay
commit 8096a684c29bae20e1f5a1c7adbe7881680a5c10
Author: Steve Purcell <steve@sanityinc.com>
Commit: Steve Purcell <steve@sanityinc.com>

    Prefer "Rename to" in prompt for symbol renaming
    
    Fixes #57
---
 symbol-overlay.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/symbol-overlay.el b/symbol-overlay.el
index 9f8966a089..da4841e099 100644
--- a/symbol-overlay.el
+++ b/symbol-overlay.el
@@ -771,7 +771,7 @@ DIR must be 1 or -1."
            new)
       (beginning-of-thing 'symbol)
       (push-mark nil t)
-      (setq new (read-string (concat "Rename" (and scope " in scope") ": ")
+      (setq new (read-string (concat "Rename" (and scope " in scope") " to: ")
                              symbol))
       (unless (string= new symbol)
         (symbol-overlay-maybe-remove (symbol-overlay-assoc new))



reply via email to

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