]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type.
authorGlenn Morris <rgm@gnu.org>
Sat, 20 Nov 2021 02:36:03 +0000 (18:36 -0800)
committerGlenn Morris <rgm@gnu.org>
Sat, 20 Nov 2021 02:36:03 +0000 (18:36 -0800)
lisp/xwidget.el

index e9a0507bbf3ea809c00f0a5d666745db3e1055c8..33b6c16a1d88a70ec9b24cb0f5a6a30cfc70ccf4 100644 (file)
@@ -112,7 +112,7 @@ It can use the following special constructs:
   "The name of the file where `xwidget-webkit-browse-url' will store cookies.
 They will be stored as plain text in Mozilla \"cookies.txt\"
 format.  If nil, do not store cookies."
-  :type 'string
+  :type '(choice (const :tag "Do not store cookies" nil) file)
   :version "29.1")
 
 ;;;###autoload