bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10028: minor typo in doc/ref/web.texi


From: Brian Gough
Subject: bug#10028: minor typo in doc/ref/web.texi
Date: Sat, 12 Nov 2011 17:39:24 +0000
User-agent: Wanderlust/2.14.0 (Africa) Emacs/23.1 Mule/6.0 (HANACHIRUSATO)

Hello - I think there is a missing quote mark in the documentation for
if-modified-since.

$ git diff doc/ref/web.texi
diff --git a/doc/ref/web.texi b/doc/ref/web.texi
index 63b6f3f..a08cd2c 100644
--- a/doc/ref/web.texi
+++ b/doc/ref/web.texi
@@ -847,7 +847,7 @@ indicating any etag, or a list of entity tags.
 Indicates that a response should proceed if and only if the resource has
 been modified since the given date.
 @example
-(parse-header if-modified-since "Tue, 15 Nov 1994 08:12:31 GMT")
+(parse-header 'if-modified-since "Tue, 15 Nov 1994 08:12:31 GMT")
 @result{} #<date ...>
 @end example
 @end deftypevr





reply via email to

[Prev in Thread] Current Thread [Next in Thread]