diff options
author | Yuchen Pei <hi@ypei.me> | 2022-10-22 09:45:05 +1100 |
---|---|---|
committer | Yuchen Pei <hi@ypei.me> | 2022-10-22 09:45:05 +1100 |
commit | ec970587184cd5e4af724d8d9ac40fc4499e3be7 (patch) | |
tree | 75fc3d62eaf3316ed179c78f515a9c98ccdd13bf | |
parent | 9c95bcb74ffccbbc50a529dbbec81e24ddce6baf (diff) |
minor docstring
-rw-r--r-- | luwak.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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." |