* bug#10028: minor typo in doc/ref/web.texi
@ 2011-11-12 17:39 Brian Gough
2011-11-16 22:19 ` Andy Wingo
0 siblings, 1 reply; 2+ messages in thread
From: Brian Gough @ 2011-11-12 17:39 UTC (permalink / raw)
To: 10028; +Cc: Barry Gidden
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-11-16 22:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-12 17:39 bug#10028: minor typo in doc/ref/web.texi Brian Gough
2011-11-16 22:19 ` Andy Wingo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).