Harmonize verbose handling

Change-Id: I6fd2dcadd4742f41ae747b0b0cda1c3fa1171e74
diff --git a/man/KorAPQuery-class.Rd b/man/KorAPQuery-class.Rd
index c1fc185..0c37bca 100644
--- a/man/KorAPQuery-class.Rd
+++ b/man/KorAPQuery-class.Rd
@@ -23,11 +23,13 @@
   collectedMatches = NULL)
 
 \S4method{fetchNext}{KorAPQuery}(kqo, offset = kqo@nextStartIndex,
-  maxFetch = maxResultsPerPage, verbose = FALSE)
+  maxFetch = maxResultsPerPage, verbose = kqo@korapConnection@verbose)
 
-\S4method{fetchAll}{KorAPQuery}(kqo, verbose = FALSE)
+\S4method{fetchAll}{KorAPQuery}(kqo,
+  verbose = kqo@korapConnection@verbose)
 
-\S4method{fetchRest}{KorAPQuery}(kqo, verbose = FALSE)
+\S4method{fetchRest}{KorAPQuery}(kqo,
+  verbose = kqo@korapConnection@verbose)
 
 \method{format}{KorAPQuery}(x, ...)