1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

Fix typo in url-privacy-level :type

* lisp/url/url-vars.el (url-privacy-level): Fix typo in
:type.  (Bug#66613)
This commit is contained in:
Morgan J. Smith 2023-10-22 21:43:46 +02:00 committed by Stefan Kangas
parent 380f8574ef
commit 43127294e1

View 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