diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-15 02:41:20 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-16 08:29:28 +0100 |
commit | 033071692c7cd1cd550d25170d4b3168668567ac (patch) | |
tree | 4652c5a846b8d166757c46c81a709beaed962e0a /lisp/epa-ks.el | |
parent | f4a513344d95badf2b75b0577016edcdd9ea5fbe (diff) | |
download | emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.gz emacs-033071692c7cd1cd550d25170d4b3168668567ac.tar.bz2 emacs-033071692c7cd1cd550d25170d4b3168668567ac.zip |
; Fix typos
Diffstat (limited to 'lisp/epa-ks.el')
-rw-r--r-- | lisp/epa-ks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el index 4c539b56a37..bb64b61b8fa 100644 --- a/lisp/epa-ks.el +++ b/lisp/epa-ks.el @@ -109,7 +109,7 @@ When all keys have been selected, use \\[epa-ks-do-key-to-fetch] to actually import the keys. When called interactively, `epa-ks-mark-key-to-fetch' will always -add a \"F\" tag. Non-interactivly the tag must be specified by +add a \"F\" tag. Non-interactively the tag must be specified by setting the TAG parameter." (interactive (list "F")) (if (region-active-p) |