diff options
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) |