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

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

[elpa] externals/luwak 08855c83c4 24/28: minor wording


From: ELPA Syncer
Subject: [elpa] externals/luwak 08855c83c4 24/28: minor wording
Date: Tue, 25 Oct 2022 15:57:55 -0400 (EDT)

branch: externals/luwak
commit 08855c83c405aac16522ea56e3a60dee5c24d9f3
Author: Yuchen Pei <hi@ypei.me>
Commit: Yuchen Pei <hi@ypei.me>

    minor wording
---
 luwak.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/luwak.el b/luwak.el
index dcb09fa03e..745309d367 100644
--- a/luwak.el
+++ b/luwak.el
@@ -343,7 +343,7 @@ When non-nill, swap the tor-switch in prefix-arg effect."
 (defun luwak-follow-numbered-link (link)
   "Follow a link."
   (interactive
-   (list (completing-read "Select link: " (luwak-collect-links) nil t)))
+   (list (completing-read "Select link to open: " (luwak-collect-links) nil 
t)))
   (luwak-open (cadr (split-string link))))
 
 (defun luwak-start-process-with-torsocks (no-tor name buffer program &rest 
program-args)



reply via email to

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