branch: master
commit 17d530d6339f5a3d24f62bb8c71813ccaefc7160
Author: Ian Dunn <[email protected]>
Commit: Ian Dunn <[email protected]>
Add type for enwc-enable-auto-scan-on-startup
* enwc.el (enwc-enable-auto-scan-on-startup): Fixed typo in defcustom form.
---
enwc.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/enwc.el b/enwc.el
index 433951f..2ac684e 100644
--- a/enwc.el
+++ b/enwc.el
@@ -91,7 +91,7 @@ networks every `enwc-auto-scan-interval' seconds.
To enable auto-scan after startup, use `enwc-enable-auto-scan'."
:group 'enwc
- :group 'boolean)
+ :type 'boolean)
(defvar enwc--auto-scan nil
"Current state of auto-scan.