projects
/
elisp
/
epg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fb4745d
)
Fixed typo.
author
ueno
<ueno>
Mon, 1 May 2006 03:27:52 +0000
(
03:27
+0000)
committer
ueno
<ueno>
Mon, 1 May 2006 03:27:52 +0000
(
03:27
+0000)
epg.el
patch
|
blob
|
history
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))