From 08855c83c405aac16522ea56e3a60dee5c24d9f3 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Fri, 21 Oct 2022 12:21:40 +1100 Subject: minor wording --- luwak.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3