Fix #1676656: \em is different from \emph...

This commit is contained in:
Georg Brandl 2007-03-08 17:49:06 +00:00
parent 1843b68917
commit 6c932ad43d
1 changed files with 1 additions and 1 deletions

View File

@ -168,7 +168,7 @@ for \function{urlparse()}.
If you do not want that behavior, preprocess
the \var{url} with \function{urlsplit()} and \function{urlunsplit()},
removing possible \em{scheme} and \em{netloc} parts.
removing possible \emph{scheme} and \emph{netloc} parts.
\end{funcdesc}
\begin{funcdesc}{urldefrag}{url}