]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix the last commit.
authorDaiki Ueno <ueno@unixuser.org>
Fri, 11 Sep 2009 22:48:03 +0000 (22:48 +0000)
committerDaiki Ueno <ueno@unixuser.org>
Fri, 11 Sep 2009 22:48:03 +0000 (22:48 +0000)
lisp/ChangeLog
lisp/epg.el

index 8870cbd73cc191762bfba3efc6fabc5b6a5d48d2..72e1da013962f5894d5f29e2c8f98bbfa14d02be 100644 (file)
@@ -3,7 +3,7 @@
        * epg.el (epg-cipher-algorithm-alist): Add CAMELLIA.
        (epg-digest-algorithm-alist): Add SHA224.
        (epg-context-set-passphrase-callback)
-       (epg-context-set-progress-callback): Add more description about
+       (epg-context-set-progress-callback): Add description about
        callback function.
 
 2009-09-11  Stefan Monnier  <monnier@iro.umontreal.ca>
index 22f18762c5bc3d9b44dadf887f90cc0a570a9b9f..64489858a6dceff33a72e4a6c33ff98fffdc4120 100644 (file)
@@ -332,6 +332,7 @@ This function is for internal use only."
 
 PASSPHRASE-CALLBACK is either a function, or a cons-cell whose
 car is a function and cdr is a callback data.
+
 The function gets three arguments: the context, the key-id in
 question, and the callback data (if any)."
   (unless (eq (car-safe context) 'epg-context)