diff options
author | Daiki Ueno <ueno@unixuser.org> | 2009-09-11 22:48:03 +0000 |
---|---|---|
committer | Daiki Ueno <ueno@unixuser.org> | 2009-09-11 22:48:03 +0000 |
commit | 97d4bdba7eb24d2c34365dbb263fea844d7a1474 (patch) | |
tree | 059373aa4bf0ad08d2dd7b06cbe07d721bbab603 /lisp/epg.el | |
parent | b18508ddd0488fb16b5ecbc19bba1edc658d0951 (diff) | |
download | emacs-97d4bdba7eb24d2c34365dbb263fea844d7a1474.tar.gz |
Fix the last commit.
Diffstat (limited to 'lisp/epg.el')
-rw-r--r-- | lisp/epg.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/epg.el b/lisp/epg.el index 22f18762c5b..64489858a6d 100644 --- a/lisp/epg.el +++ b/lisp/epg.el @@ -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) |