aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-04 18:06:16 -0500
committerSean Allred <code@seanallred.com>2015-01-04 18:06:16 -0500
commit97130cb7154fc494745d6b2a2a347c765403c5f3 (patch)
tree2daedd212b3f4ab90ca486d75e2d73c51526c8c6
parent8a9c0fcae05c714d782cc9c1d4bc2d438abb879c (diff)
Fix docstrings
-rw-r--r--sx-auth.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/sx-auth.el b/sx-auth.el
index 3cb7217..686aa0c 100644
--- a/sx-auth.el
+++ b/sx-auth.el
@@ -74,11 +74,11 @@ This variable is set with `sx-auth-authenticate'.")
upvote
(unanswered my-tags)))
"List of methods that require auth.
-Methods are of form (METHOD . SUBMETHODS) where SUBMETHODS
- is (METHOD METHOD METHOD ...).
+Methods are of the form \(METHOD . SUBMETHODS) where SUBMETHODS
+ is \(METHOD METHOD METHOD ...).
If all SUBMETHODS require auth or there are no submethods, form
-will be (METHOD . t)")
+will be \(METHOD . t)")
(defvar sx-auth-filter-auth '(question.upvoted
question.downvoted
@@ -86,8 +86,8 @@ will be (METHOD . t)")
answer.downvoted
comment.upvoted)
"List of filter types that require auth.
-Keywords are of form (OBJECT TYPES) where TYPES is (FILTER FILTER
-FILTER).")
+Keywords are of the form \(OBJECT TYPES) where TYPES is \(FILTER
+FILTER FILTER).")
;;;###autoload
(defun sx-authenticate ()