summaryrefslogtreecommitdiff
path: root/lisp/epg.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2008-04-01 05:28:04 +0000
committerMichael Olson <mwolson@gnu.org>2008-04-01 05:28:04 +0000
commit2c6c404a7862666d16c8edac1c186e036ba661f3 (patch)
tree6846dcb8d26f1627d75059ea5995b4ec31357f1d /lisp/epg.el
parentc899d5e37a6dd5ab33bc9c19280715aa02b04643 (diff)
downloademacs-2c6c404a7862666d16c8edac1c186e036ba661f3.tar.gz
minor fixes for EasyPG
Hello, Would someone please apply the attached patch which only contains minor bug/doc fixes for EasyPG? Then I'll post an update of the patch: http://article.gmane.org/gmane.emacs.devel/89452
Diffstat (limited to 'lisp/epg.el')
-rw-r--r--lisp/epg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el
index d7cd21e2ea5..e36592a9c7a 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -2411,7 +2411,7 @@ If you use this function, you will need to wait for the completion of
`epg-gpg-program' by using `epg-wait-for-completion' and call
`epg-reset' to clear a temporaly output file.
If you are unsure, use synchronous version of this function
-`epg-generate-key-from-file' or `epg-generate-key-from-string' instead."
+`epg-receive-keys' instead."
(epg-context-set-operation context 'receive-keys)
(epg-context-set-result context nil)
(epg--start context (cons "--recv-keys" key-id-list)))