aboutsummaryrefslogtreecommitdiff
path: root/sx-tab.el
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-27 12:11:30 -0500
committerSean Allred <code@seanallred.com>2014-11-27 12:11:30 -0500
commit89a260220c60877c0766cbe79043ecb4dd1fa5f4 (patch)
tree92b644cad6c60f0fdcb37c305732d15f7e6d3ea6 /sx-tab.el
parent1e730aa1b56f5343629225f60ec9c04f4dc4b703 (diff)
Fix #110
Diffstat (limited to 'sx-tab.el')
-rw-r--r--sx-tab.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-tab.el b/sx-tab.el
index 8a51236..bcf3849 100644
--- a/sx-tab.el
+++ b/sx-tab.el
@@ -30,11 +30,11 @@
(defcustom sx-tab-default-site "emacs"
"Name of the site to use by default when listing questions."
:type 'string
- :group 'stack-exchange)
+ :group 'sx-tab)
(defmacro sx-tab--define (tab pager &optional printer refresher
&rest body)
- "Define a stack-exchange tab called TAB.
+ "Define a StackExchange tab called TAB.
TAB is a capitalized string.
This defines a command `sx-tab-TAB' for displaying the tab,