diff options
author | Sean Allred <code@seanallred.com> | 2015-01-04 18:06:16 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 18:06:16 -0500 |
commit | 97130cb7154fc494745d6b2a2a347c765403c5f3 (patch) | |
tree | 2daedd212b3f4ab90ca486d75e2d73c51526c8c6 | |
parent | 8a9c0fcae05c714d782cc9c1d4bc2d438abb879c (diff) |
Fix docstrings
-rw-r--r-- | sx-auth.el | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 () |