From f91b4619e02104fa5eeb03b870cce399c7e4a64a Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Tue, 31 Dec 2002 15:23:09 +0000 Subject: [PATCH] Barry raised reasonable objections to the macro name \mimeheader, so we'll simply revert to \mailheader since there's no other good name. --- Doc/lib/libcookie.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/lib/libcookie.tex b/Doc/lib/libcookie.tex index a84ad36367..43d5ada0f3 100644 --- a/Doc/lib/libcookie.tex +++ b/Doc/lib/libcookie.tex @@ -19,7 +19,7 @@ specs. As a result, the parsing rules used are a bit less strict. \begin{excdesc}{CookieError} Exception failing because of \rfc{2109} invalidity: incorrect -attributes, incorrect \mimeheader{Set-Cookie} header, etc. +attributes, incorrect \mailheader{Set-Cookie} header, etc. \end{excdesc} \begin{classdesc}{BaseCookie}{\optional{input}} -- 2.40.0