Fixed typo.
authorueno <ueno>
Mon, 1 May 2006 03:27:52 +0000 (03:27 +0000)
committerueno <ueno>
Mon, 1 May 2006 03:27:52 +0000 (03:27 +0000)
epg.el

diff --git a/epg.el b/epg.el
index e4f9d35..67ae99c 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -1792,7 +1792,7 @@ PARAMETERS is a file which tells how to create the key."
 ;;;###autoload
 (defun epg-generate-key-from-string (context parameters)
   "Generate a new key pair.
-PARAMETERS is a file which tells how to create the key."
+PARAMETERS is a string which tells how to create the key."
   (unwind-protect
       (progn
        (epg-start-generate-key context (epg-make-data-from-string parameters))