aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-21 12:21:40 +1100
committerYuchen Pei <hi@ypei.me>2022-10-21 12:21:40 +1100
commit08855c83c405aac16522ea56e3a60dee5c24d9f3 (patch)
tree36c229412e0e32070cf0c9937dfe48f12cde6756
parent96fec3bce0eb413aa7bba9a247f31f736570487b (diff)
minor wording
-rw-r--r--luwak.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/luwak.el b/luwak.el
index dcb09fa..745309d 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)