diff options
author | Fred Drake <fdrake@acm.org> | 2004-02-09 21:00:29 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2004-02-09 21:00:29 (GMT) |
commit | 27da291b2c2b32b0f976bb7599f6e9b2d07e6e4c (patch) | |
tree | b0045595e959c6e761f961869c51a050a17d77ad /Doc/doc | |
parent | 52feb81932f729f487d3955878693496a3dee7ff (diff) | |
download | cpython-27da291b2c2b32b0f976bb7599f6e9b2d07e6e4c.zip cpython-27da291b2c2b32b0f976bb7599f6e9b2d07e6e4c.tar.gz cpython-27da291b2c2b32b0f976bb7599f6e9b2d07e6e4c.tar.bz2 |
the \file macro is no longer a good example of where \e can't be used
Diffstat (limited to 'Doc/doc')
-rw-r--r-- | Doc/doc/doc.tex | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/doc/doc.tex b/Doc/doc/doc.tex index de6390a..7d84a4b 100644 --- a/Doc/doc/doc.tex +++ b/Doc/doc/doc.tex @@ -789,10 +789,11 @@ This \UNIX\ is also followed by a space. \end{macrodesc} \begin{macrodesc}{e}{} - Produces a backslash. This is convenient in \macro{code} and - similar macros, and is only defined there. To create a - backslash in ordinary text (such as the contents of the - \macro{file} macro), use the standard \macro{textbackslash} macro. + Produces a backslash. This is convenient in \macro{code}, + \macro{file}, and similar macros, and is only defined there. To + create a backslash in ordinary text (such as the contents of the + \macro{citetitle} macro), use the standard \macro{textbackslash} + macro. \end{macrodesc} \begin{macrodesc}{email}{\p{address}} |