aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgme.texi
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/gpgme.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi
index 904160a4..0df92f58 100644
--- a/doc/gpgme.texi
+++ b/doc/gpgme.texi
@@ -1916,9 +1916,8 @@ More information about the import is available with
The function returns @code{GPGME_No_Error} if the import was completed
successfully, @code{GPGME_Invalid_Value} if @var{keydata} if @var{ctx}
-or @var{keydata} is not a valid pointer, @code{GPGME_No_Data} if
-@var{keydata} is an empty data buffer, and @code{GPGME_EOF} if the
-operation was completed successfully but no data was actually imported.
+or @var{keydata} is not a valid pointer, and @code{GPGME_No_Data} if
+@var{keydata} is an empty data buffer.
@end deftypefun
@deftypefun GpgmeError gpgme_op_import_start (@w{GpgmeCtx @var{ctx}}, @w{GpgmeData @var{keydata}})