diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-01 16:36:09 +0100 |
commit | 70ecdebc92c879af90f2d25a2b751d1cc4f3f80d (patch) | |
tree | 27d9ebd0090f107cb4381b8155e08097c988a471 /lisp/epg.el | |
parent | a86ccb5f9dd4a5fe8e6af974d7f577e7b5d0a8d4 (diff) | |
download | emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.gz emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.tar.bz2 emacs-70ecdebc92c879af90f2d25a2b751d1cc4f3f80d.zip |
; Fix typos (don't abbreviate "with" or "without")
Diffstat (limited to 'lisp/epg.el')
-rw-r--r-- | lisp/epg.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el index ceeb269b070..527ebfcc2b9 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -482,7 +482,7 @@ callback data (if any)." (format " skipped new keys: %d\n" (epg-import-result-not-imported import-result))) (if (> (epg-import-result-no-user-id import-result) 0) - (format " w/o user IDs: %d\n" + (format " without user IDs: %d\n" (epg-import-result-no-user-id import-result))) (if (> (epg-import-result-imported import-result) 0) (concat (format " imported: %d" |