]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/mail/rmail.el (rmail-epa-decrypt): Fix typo (bug#68248).
authorJeremy Bryant <jb@jeremybryant.net>
Thu, 4 Jan 2024 23:58:19 +0000 (23:58 +0000)
committerEli Zaretskii <eliz@gnu.org>
Fri, 5 Jan 2024 07:57:41 +0000 (09:57 +0200)
lisp/mail/rmail.el

index 74cf297c2fccb512b082e077a25a474732e41811..fb504055f1d85fec7acc56bd7d27168a8db71e09 100644 (file)
@@ -4690,7 +4690,7 @@ Argument MIME is non-nil if this is a mime message."
                           (while (search-forward "\r\n" nil t)
                             (delete-region (- (point) 2) (- (point) 1))))))
                      )))
-          ;; User wants to decrypt the message perenently.
+          ;; User wants to decrypt the message permanently.
           (when (eq major-mode 'rmail-mode)
             (rmail-add-label "decrypt"))
          (setq decrypts (nreverse decrypts))