diff options
author | Sean Allred <code@seanallred.com> | 2014-11-28 13:31:08 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-04 16:32:39 -0500 |
commit | d94292227beddbceee8b0bb0c8f6a761764487fe (patch) | |
tree | 9fc505d3a867374f6a0fc3c7aea724d92a940a18 | |
parent | 45376bd7cad5175aa77e2343137856c9ee041e26 (diff) |
Relate variable with setting function
-rw-r--r-- | sx-auth.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -43,7 +43,9 @@ "Your access token. This is needed to use your account to write questions, make comments, and read your inbox. Do not alter this unless you know -what you are doing!") +what you are doing! + +This variable is set with `sx-auth-authenticate'.") (defvar sx-auth-method-auth '((me . t) (inbox . t) |