diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-09-20 12:21:40 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-09-20 12:21:40 +0200 |
commit | 616dcf27e57388403d4c28d441bf7310bb665241 (patch) | |
tree | a8a30b8e0e24e7d0fa33fa17b7972d3791be57c8 /lisp/epa-ks.el | |
parent | 540585254133af722739339ef420e68e09fe62e5 (diff) | |
download | emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.gz emacs-616dcf27e57388403d4c28d441bf7310bb665241.tar.bz2 emacs-616dcf27e57388403d4c28d441bf7310bb665241.zip |
; Fix typos in Lisp symbols
Diffstat (limited to 'lisp/epa-ks.el')
-rw-r--r-- | lisp/epa-ks.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/epa-ks.el b/lisp/epa-ks.el index 8ece09d1488..fc32061449d 100644 --- a/lisp/epa-ks.el +++ b/lisp/epa-ks.el @@ -41,7 +41,7 @@ (defcustom epa-keyserver "pgp.mit.edu" "Domain of keyserver. -This is used by `epa-ks-lookup-key', for looking up public keys." +This is used by `epa-search-keys', for looking up public keys." :type '(choice :tag "Keyserver" (repeat :tag "Random pool" (string :tag "Keyserver address")) @@ -182,7 +182,7 @@ If EXACT is non-nil, don't accept approximate matches." "Prepare KEYS for `tabulated-list-mode', for buffer BUF. KEYS is a list of `epa-ks-key' structures, as parsed by -`epa-ks-parse-result'." +`epa-ks--parse-buffer'." (when (buffer-live-p buf) (let (entries) (dolist (key keys) |