From bfabb828adda5ac6694f96b687087d263fdba28a Mon Sep 17 00:00:00 2001 From: ueno Date: Mon, 1 May 2006 03:27:52 +0000 Subject: [PATCH] Fixed typo. --- epg.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/epg.el b/epg.el index e4f9d35..67ae99c 100644 --- 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)) -- 1.7.10.4