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:
parent
35de4774ca
commit
0a3b55aca3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue