From: Glenn Morris Date: Sat, 20 Nov 2021 02:36:03 +0000 (-0800) Subject: * lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type. X-Git-Tag: emacs-29.0.90~2852^2~181 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3817ced7ba4c053d6d39b26cc193f122d42f05fb;p=emacs.git * lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type. --- diff --git a/lisp/xwidget.el b/lisp/xwidget.el index e9a0507bbf3..33b6c16a1d8 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -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