diff options
author | Sean Allred <code@seanallred.com> | 2015-01-02 12:09:06 -0500 |
---|---|---|
committer | Sean Allred <code@seanallred.com> | 2015-01-02 12:09:06 -0500 |
commit | 0325369632523a81e4246533e4067ebd57f7a0e7 (patch) | |
tree | 9d5ff1e26d2b8019031895acdb9d030116e35d6f | |
parent | a7a78c9aa8a8cffe50a9d8919453b88a396342da (diff) |
Fix docstring
Branch: search
-rw-r--r-- | sx.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |