Commit 4bd165af authored by Georg Brandl's avatar Georg Brandl

Patch #1255218: libmultifile.tex: tell what a decoration is

parent a13c2446
...@@ -92,9 +92,9 @@ processing, not cause it to fail. ...@@ -92,9 +92,9 @@ processing, not cause it to fail.
\end{methoddesc} \end{methoddesc}
\begin{methoddesc}{push}{str} \begin{methoddesc}{push}{str}
Push a boundary string. When an appropriately decorated version of Push a boundary string. When a decorated version of this boundary
this boundary is found as an input line, it will be interpreted as a is found as an input line, it will be interpreted as a section-divider
section-divider or end-marker. All subsequent or end-marker (depending on the decoration, see \rfc{2045}). All subsequent
reads will return the empty string to indicate end-of-file, until a reads will return the empty string to indicate end-of-file, until a
call to \method{pop()} removes the boundary a or \method{next()} call call to \method{pop()} removes the boundary a or \method{next()} call
reenables it. reenables it.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment