BabylMailbox description: Properly escape the backslashes in the

string representations.
This commit is contained in:
Fred Drake 1999-02-22 14:26:16 +00:00
parent b63e77ccb0
commit fab41f1788

View file

@ -34,7 +34,7 @@ mailbox specified by \var{dirname} is made available.
\begin{classdesc}{BabylMailbox}{fp}
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
messages start with a line containing only \code{'*** EOOH ***'} and
end with a line containing only \code{'\037\014'}.
end with a line containing only \code{'\e{}037\e{}014'}.
\end{classdesc}