aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sx-tag.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-tag.el b/sx-tag.el
index 82f7ddb..511c474 100644
--- a/sx-tag.el
+++ b/sx-tag.el
@@ -26,7 +26,7 @@
;;; Getting the list from a site
-(defvar sx-tag-filter '((tag.name))
+(defvar sx-tag-filter '((tag.name))
"Filter used when querying tags.")
(defun sx-tag--get-some-tags-containing (site string)
@@ -52,7 +52,7 @@ TAGS can be a string (the tag name) or a list of strings.
Fails if TAGS is a list with more than 100 items.
Return the list of invalid tags in TAGS."
(and (listp tags) (> (length tags) 100)
- (error "Invalid argument. TAG has more than 100 items"))
+ (error "Invalid argument. TAG has more than 100 items"))
(let ((result
(mapcar
(lambda (x) (cdr (assoc 'name x)))