Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fab41f1

Browse files
committed
BabylMailbox description: Properly escape the backslashes in the
string representations.
1 parent b63e77c commit fab41f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/lib/libmailbox.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ \section{\module{mailbox} ---
3434
\begin{classdesc}{BabylMailbox}{fp}
3535
Access a Babyl mailbox, which is similar to an MMDF mailbox. Mail
3636
messages start with a line containing only \code{'*** EOOH ***'} and
37-
end with a line containing only \code{'\037\014'}.
37+
end with a line containing only \code{'\e{}037\e{}014'}.
3838
\end{classdesc}
3939

4040

0 commit comments

Comments
 (0)