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-question-mode.el | |
parent | 4399cbac0625a53c4a8d91e661e13fe11fdb8255 (diff) |
Minor typos and incorrect information
Diffstat (limited to 'sx-question-mode.el')
-rw-r--r-- | sx-question-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-mode.el b/sx-question-mode.el index 627081b..db9cc8b 100644 --- a/sx-question-mode.el +++ b/sx-question-mode.el @@ -339,7 +339,7 @@ Return the result of BODY." result)) (defmacro sx-question-mode--wrap-in-text-property (properties &rest body) - "Execute BODY and PROPERTIES to any inserted text. + "Execute BODY and add PROPERTIES to any inserted text. Return the result of BODY." (declare (indent 1) |