]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in url-privacy-level :type
authorMorgan J. Smith <Morgan.J.Smith@outlook.com>
Sun, 22 Oct 2023 19:43:46 +0000 (21:43 +0200)
committerStefan Kangas <stefankangas@gmail.com>
Sun, 22 Oct 2023 19:45:49 +0000 (21:45 +0200)
* lisp/url/url-vars.el (url-privacy-level): Fix typo in
:type.  (Bug#66613)

lisp/url/url-vars.el

index ef4b8b2841bc83148d91c4bb863c03d155d06ac2..630de7f4e432ddbe38c6b35235788636ff864b80 100644 (file)
@@ -146,7 +146,7 @@ variable."
                           (const :tag "Emacs version" :value emacs)
                           (const :tag "Last location" :value lastloc)
                           (const :tag "Browser identification" :value agent)
-                          (const :tag "No cookies" :value cookie)))
+                           (const :tag "No cookies" :value cookies)))
   :group 'url)
 
 (defcustom url-lastloc-privacy-level 'domain-match