Kaydet (Commit) fee6abea authored tarafından Fred Drake's avatar Fred Drake

Remove another {\rm ...} construct.

Sheesh, where do these things come from?
üst 4abcffb2
...@@ -40,8 +40,8 @@ they are followed by an unrecognized escape character. ...@@ -40,8 +40,8 @@ they are followed by an unrecognized escape character.
\emph{However}, if you want to include a literal \dfn{backslash} in a \emph{However}, if you want to include a literal \dfn{backslash} in a
regular expression represented as a string literal, you have to regular expression represented as a string literal, you have to
\emph{quadruple} it or enclose it in a singleton character class. \emph{quadruple} it or enclose it in a singleton character class.
E.g.\ to extract \LaTeX\ \samp{\e section\{{\rm E.g.\ to extract \LaTeX\ \samp{\e section\{\textrm{\ldots}\}} headers
\ldots}\}} headers from a document, you can use this pattern: from a document, you can use this pattern:
\code{'[\e ]section\{\e (.*\e )\}'}. \emph{Another exception:} \code{'[\e ]section\{\e (.*\e )\}'}. \emph{Another exception:}
the escape sequece \samp{\e b} is significant in string literals the escape sequece \samp{\e b} is significant in string literals
(where it means the ASCII bell character) as well as in Emacs regular (where it means the ASCII bell character) as well as in Emacs regular
......
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