bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring.


From: Štěpán Němec
Subject: bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring.
Date: Fri, 11 Jun 2010 21:37:52 +0200

Tags: patch


The docstring lists `cookie' as a possible value, but the code in
`url-cookie.el' (url-cookie-handle-set-cookie) actually tests for
`cookies'.


diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el
index 1b9fd7b..65622a0 100644
--- a/lisp/url/url-vars.el
+++ b/lisp/url/url-vars.el
@@ -128,7 +128,7 @@ (defcustom url-privacy-level '(email)
 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:
 





reply via email to

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