From 6c932ad43dc757b6bc5b234983b5b6c7f3e3ed86 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 8 Mar 2007 17:49:06 +0000 Subject: [PATCH] Fix #1676656: \em is different from \emph... --- Doc/lib/liburlparse.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/liburlparse.tex b/Doc/lib/liburlparse.tex index f0667ed35a0..16f38a04c7a 100644 --- a/Doc/lib/liburlparse.tex +++ b/Doc/lib/liburlparse.tex @@ -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}