aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2014-11-08 19:40:43 -0500
committerSean Allred <code@seanallred.com>2014-11-08 19:40:43 -0500
commit19f077473848b498841efb5ea7e698a95dec6663 (patch)
tree3b7662bfe11d96c1ab9c04de90aa30906e5a6230
parentcecb4a444067d1f73a8ed3dd5e4ec5002e87cc7e (diff)
Update comments
-rw-r--r--sx-method.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/sx-method.el b/sx-method.el
index f69c381..6f0a36b 100644
--- a/sx-method.el
+++ b/sx-method.el
@@ -1,8 +1,8 @@
-;;; sx-request.el --- requests for stack-mode
+;;; sx-method.el --- method calls
;; Copyright (C) 2014 Sean Allred
-;; Author: Sean Allred <sallred@calamity.tcs.com>
+;; Author: Sean Allred <code@seanallred.com>
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -44,4 +44,4 @@ Return the entire response as a complex alist."
keyword-arguments)))
(provide 'sx-method)
-;;; sx-request.el ends here
+;;; sx-method.el ends here