commit - 8d578a0f6e56f76f569ab93fa4295b965ecc64cd
commit + bb733eee47abc7939fc873db73a170dcf2ae7d84
blob - cf1e6f9804cd2b2a5dd2b85b169307051e0b8e86
blob + 79cde06be088d46d56efdd9f2e0de25bb6f24a77
--- pdf.c
+++ pdf.c
/*
- * This continuation takes the text stream and saves it in the environment for further
- * processing, e.g. writing it out to a file with the same name as the pdf input filename
- * but with a .psectxt suffix.
- * It does not consume the string and returns the parser as the output.
+ * This action takes the text stream and saves it in the environment for
+ * further processing, e.g. writing it out to a file with -x.
*
- * x = (txtobj ...)
+ * p = (txtobj ...)
*/
HParsedToken *
act_txtstream(const HParseResult *p, void *u)