aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuchen Pei <hi@ypei.me>2022-10-22 09:45:05 +1100
committerYuchen Pei <hi@ypei.me>2022-10-22 09:45:05 +1100
commitec970587184cd5e4af724d8d9ac40fc4499e3be7 (patch)
tree75fc3d62eaf3316ed179c78f515a9c98ccdd13bf
parent9c95bcb74ffccbbc50a529dbbec81e24ddce6baf (diff)
minor docstring
-rw-r--r--luwak.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/luwak.el b/luwak.el
index 93b3d0f..236a25f 100644
--- a/luwak.el
+++ b/luwak.el
@@ -46,8 +46,9 @@
(defcustom luwak-tor-switch t
"Switch behaviour of prefix arg concerning the use of tor.
-When nil, use tor by default, and not use it with a prefix arg.
-When non-nill, swap the tor-switch in prefix-arg effect."
+When nil, use tor by default (requires a tor daemon having been
+started in the system), and not use it with a prefix arg. When
+non-nill, swap the tor-switch in prefix-arg effect."
:group 'luwak :type '(boolean))
(defcustom luwak-max-history-length 100
"Maximum history length."