From a7d0a0de2fa5fd99f001b1c6d42c0ae497a2cb1f Mon Sep 17 00:00:00 2001 From: Luribert Date: Thu, 21 Apr 2016 18:56:58 +0200 Subject: [PATCH] doc: Fix typo in Web documentation. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/ref/web.texi (Http Headers): Fixed typo. Signed-off-by: Ludovic Courtès --- doc/ref/web.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref/web.texi b/doc/ref/web.texi index 2311b8225..b078929e4 100644 --- a/doc/ref/web.texi +++ b/doc/ref/web.texi @@ -747,9 +747,9 @@ a resource. @deftypevr {HTTP Header} List content-type The MIME type of a resource, as a symbol, along with any parameters. @example -(parse-header 'content-length "text/plain") +(parse-header 'content-type "text/plain") @result{} (text/plain) -(parse-header 'content-length "text/plain;charset=utf-8") +(parse-header 'content-type "text/plain;charset=utf-8") @result{} (text/plain (charset . "utf-8")) @end example Note that the @code{charset} parameter is something is a misnomer, and