diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-21 12:21:40 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-21 12:21:40 +1100 |
commit | 08855c83c405aac16522ea56e3a60dee5c24d9f3 (patch) | |
tree | 36c229412e0e32070cf0c9937dfe48f12cde6756 | |
parent | 96fec3bce0eb413aa7bba9a247f31f736570487b (diff) |
minor wording
-rw-r--r-- | luwak.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |