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:
parent
380f8574ef
commit
43127294e1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue