aboutsummaryrefslogtreecommitdiff
path: root/sx-method.el
diff options
context:
space:
mode:
authorArtur Malabarba <bruce.connor.am@gmail.com>2014-12-13 00:53:12 +0000
committerArtur Malabarba <bruce.connor.am@gmail.com>2014-12-13 00:53:12 +0000
commit678510081ece49dc8c12140e8bf4f5b543ea2cfc (patch)
tree156a64c887effbdd96d83049bcec14609885898f /sx-method.el
parent0b766bb6f949ac583c7cbff90fc172c36795b231 (diff)
parent302b5a0cf2222973b901c7856da3920705ebe24e (diff)
Merge branch 'master' into use-let-alist
Conflicts: Cask
Diffstat (limited to 'sx-method.el')
-rw-r--r--sx-method.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el
index 5646772..4575b0f 100644
--- a/sx-method.el
+++ b/sx-method.el
@@ -91,7 +91,7 @@ Return the entire response as a complex alist."
;; 1. Need auth and warn user (interactive use)
((and method-auth (equal 'warn auth))
(user-error
- "This request requires authentication. Please run `M-x sx-auth-authenticate' and try again."))
+ "This request requires authentication. Please run `M-x sx-authenticate' and try again."))
;; 2. Need auth to populate UI, cannot provide subset
((and method-auth auth)
(setq call 'sx-request-fallback))