diff options
author | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:10 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2014-11-19 10:56:16 -0500 |
commit | 5f4f1a0495b79e418b6df16d4642a33c9ccda007 (patch) | |
tree | 37d999bbc09f517acd6f6a3e630d334217af6d93 /sx-request.el | |
parent | 4399cbac0625a53c4a8d91e661e13fe11fdb8255 (diff) |
Minor typos and incorrect information
Diffstat (limited to 'sx-request.el')
-rw-r--r-- | sx-request.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sx-request.el b/sx-request.el index fc54bb3..aff6dc5 100644 --- a/sx-request.el +++ b/sx-request.el @@ -40,8 +40,8 @@ ;; for making the request and `json-read-from-string' for parsing ;; it into a properly symbolic data structure. ;; -;; When at all possible, use ~sx-method-call~. There are specialized -;; cases for the use of ~sx-request-make~ outside of =sx-method.el=, but +;; When at all possible, use `sx-method-call'. There are specialized +;; cases for the use of `sx-request-make' outside of sx-method.el, but ;; these must be well-documented inline with the code. ;;; Code: |