From: ueno Date: Mon, 1 May 2006 03:27:52 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: epg-0_0_2~56 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bfabb828adda5ac6694f96b687087d263fdba28a;p=elisp%2Fepg.git Fixed typo. --- 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))