aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-26 18:46:11 +0200
committerMiguel Ángel Moreno <mail@migalmoreno.com>2023-07-26 18:46:11 +0200
commitf66b1fbb82bc26ee298425d04842d91d91ba26fa (patch)
tree3d3a90d31737dd6a68d017a875d568dc66acd46c
parent7bf70b51a75cd9cfe0cda5653950f079c22e24d7 (diff)
fix: Amend wording of fdroid-log-events docstring
Make it more obvious what the current behavior is.
-rw-r--r--fdroid.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/fdroid.el b/fdroid.el
index 8679988..a39e714 100644
--- a/fdroid.el
+++ b/fdroid.el
@@ -41,7 +41,7 @@
:type 'string)
(defcustom fdroid-log-events nil
- "Select whether to log the execution of `fdroid-program' events."
+ "When non-nil, log the execution of `fdroid-program' events."
:group 'fdroid
:type 'boolean)