aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Allred <code@seanallred.com>2015-01-02 12:09:06 -0500
committerSean Allred <code@seanallred.com>2015-01-02 12:09:06 -0500
commit0325369632523a81e4246533e4067ebd57f7a0e7 (patch)
tree9d5ff1e26d2b8019031895acdb9d030116e35d6f
parenta7a78c9aa8a8cffe50a9d8919453b88a396342da (diff)
Fix docstring
Branch: search
-rw-r--r--sx.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/sx.el b/sx.el
index 2605f27..62484b7 100644
--- a/sx.el
+++ b/sx.el
@@ -138,8 +138,8 @@ with a `link' property)."
(defmacro sx-assoc-let (alist &rest body)
"Use ALIST with `let-alist' to execute BODY.
-`.site' has a special meaning, thanks to `sx--ensure-site'. If
-ALIST doesn't have a `site' property, one is created using the
+`.site_par' has a special meaning, thanks to `sx--ensure-site'.
+If ALIST doesn't have a `site' property, one is created using the
`link' property."
(declare (indent 1) (debug t))
(require 'let-alist)