diff options
Diffstat (limited to 'lisp/net/sieve.el')
-rw-r--r-- | lisp/net/sieve.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/sieve.el b/lisp/net/sieve.el index 6d571a0a30f..99bc0a7acd2 100644 --- a/lisp/net/sieve.el +++ b/lisp/net/sieve.el @@ -224,7 +224,7 @@ require \"fileinto\"; (substitute-command-keys "\\[sieve-upload]")))) (defmacro sieve-change-region (&rest body) - "Turns off sieve-region before executing BODY, then re-enables it after. + "Turn off sieve-region before executing BODY, then re-enables it after. Used to bracket operations which move point in the sieve-buffer." (declare (indent 0) (debug t)) `(progn |