diff options
author | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-21 10:31:49 -0500 |
---|---|---|
committer | Jonathan Leech-Pepin <jonathan.leechpepin@gmail.com> | 2014-11-21 10:31:49 -0500 |
commit | dc17d78972536c746be0c1ed66989a1509f5ad70 (patch) | |
tree | 694991e01beeb317237856e50538b6b88120af08 | |
parent | a62483526c336219424c9f7d03abbe2ba6516c53 (diff) |
Use `\(` for ( at beginning of line in docstring.
-rw-r--r-- | sx-method.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-method.el b/sx-method.el index ed32b3d..3eea5d7 100644 --- a/sx-method.el +++ b/sx-method.el @@ -63,7 +63,7 @@ but could still be used without authenticating (i.e a launch/home page). When AUTH is 'warn, methods will signal a `user-error'. This is meant for interactive commands that absolutely require authentication - (submitting questions/answers, reading inbox, etc). Filters will +\(submitting questions/answers, reading inbox, etc). Filters will treat 'warn as equivalent to t. Return the entire response as a complex alist." |