emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 17d530d 10/13: Add type for enwc-enable-auto-scan-on-start


From: Ian Dunn
Subject: [elpa] master 17d530d 10/13: Add type for enwc-enable-auto-scan-on-startup
Date: Sat, 15 Apr 2017 16:02:45 -0400 (EDT)

branch: master
commit 17d530d6339f5a3d24f62bb8c71813ccaefc7160
Author: Ian Dunn <address@hidden>
Commit: Ian Dunn <address@hidden>

    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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]