From 97130cb7154fc494745d6b2a2a347c765403c5f3 Mon Sep 17 00:00:00 2001 From: Sean Allred Date: Sun, 4 Jan 2015 18:06:16 -0500 Subject: Fix docstrings --- sx-auth.el | 10 +++++----- 1 file 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 () -- cgit v1.2.3