* bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring.
@ 2010-06-11 19:37 Štěpán Němec
2010-06-12 7:25 ` Glenn Morris
0 siblings, 1 reply; 2+ messages in thread
From: Štěpán Němec @ 2010-06-11 19:37 UTC (permalink / raw)
To: 6406
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:
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-06-12 7:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 19:37 bug#6406: 24.0.50; [PATCH] Fix `url-privacy-level' docstring Štěpán Němec
2010-06-12 7:25 ` Glenn Morris
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
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).