Fix option type of `xwidget-webkit-cookie-file' again

* lisp/xwidget.el (xwidget-webkit-cookie-file): Revert changes
caused by rebase.
This commit is contained in:
Po Lu 2021-11-20 14:15:46 +08:00
parent 35de4774ca
commit 0a3b55aca3

View file

@ -113,7 +113,7 @@ It can use the following special constructs:
They will be stored as plain text in Mozilla \"cookies.txt\"
format. If nil, do not store cookies. You must kill all xwidget-webkit
buffers for this setting to take effect after setting it to nil."
:type 'string
:type '(choice (const :tag "Do not store cookies" nil) file)
:version "29.1")
;;;###autoload