From 7fb277a9f0bad84a19e8bf748d3bc6a3b7cc140c Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C5=A0t=C4=9Bp=C3=A1n=20N=C4=9Bmec?= Date: Sat, 12 Jun 2010 00:25:20 -0700 Subject: [PATCH] Close bug#6406. * lisp/url/url-vars.el (url-privacy-level): Fix doc typo. --- lisp/url/ChangeLog | 4 ++++ lisp/url/url-vars.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/url/ChangeLog b/lisp/url/ChangeLog index 232259f39ea..c6f07fec2c0 100644 --- a/lisp/url/ChangeLog +++ b/lisp/url/ChangeLog @@ -1,3 +1,7 @@ +2010-06-12 Štěpán Němec (tiny change) + + * url-vars.el (url-privacy-level): Fix doc typo. (Bug#6406) + 2010-05-19 Stefan Monnier * url-util.el (url-unhex-string): Don't accidentally decode as latin-1. diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 2062f482ede..c7df921f585 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -128,7 +128,7 @@ email -- the email address os -- the operating system info lastloc -- the last location agent -- do not send the User-Agent string -cookie -- never accept HTTP cookies +cookies -- never accept HTTP cookies Samples: -- 2.39.2