Skip to content

Commit fee6abe

Browse files
committed
Remove another {\rm ...} construct.
Sheesh, where do these things come from?
1 parent 4abcffb commit fee6abe

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/lib/libregex.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ \section{\module{regex} ---
4040
\emph{However}, if you want to include a literal \dfn{backslash} in a
4141
regular expression represented as a string literal, you have to
4242
\emph{quadruple} it or enclose it in a singleton character class.
43-
E.g.\ to extract \LaTeX\ \samp{\e section\{{\rm
44-
\ldots}\}} headers from a document, you can use this pattern:
43+
E.g.\ to extract \LaTeX\ \samp{\e section\{\textrm{\ldots}\}} headers
44+
from a document, you can use this pattern:
4545
\code{'[\e ]section\{\e (.*\e )\}'}. \emph{Another exception:}
4646
the escape sequece \samp{\e b} is significant in string literals
4747
(where it means the ASCII bell character) as well as in Emacs regular

0 commit comments

Comments
 (0)