diff options
Diffstat (limited to 'lisp/org/org-crypt.el')
-rw-r--r-- | lisp/org/org-crypt.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-crypt.el b/lisp/org/org-crypt.el index 22b02c84889..8abe32befe0 100644 --- a/lisp/org/org-crypt.el +++ b/lisp/org/org-crypt.el @@ -225,7 +225,7 @@ See `org-crypt-disable-auto-save'." ;; outline property starts at the \n of the heading. (delete-region (1- (point)) end) ;; Store a checksum of the decrypted and the encrypted - ;; text value. This allow to reuse the same encrypted text + ;; text value. This allow reusing the same encrypted text ;; if the text does not change, and therefore avoid a ;; re-encryption process. (insert "\n" (propertize decrypted-text |