projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
956f21b
)
* lisp/xwidget.el (xwidget-webkit-cookie-file): Fix type.
author
Glenn Morris
<rgm@gnu.org>
Sat, 20 Nov 2021 02:36:03 +0000
(18:36 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sat, 20 Nov 2021 02:36:03 +0000
(18:36 -0800)
lisp/xwidget.el
patch
|
blob
|
history
diff --git
a/lisp/xwidget.el
b/lisp/xwidget.el
index e9a0507bbf3ea809c00f0a5d666745db3e1055c8..33b6c16a1d88a70ec9b24cb0f5a6a30cfc70ccf4 100644
(file)
--- 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