]> git.eshelyaron.com Git - emacs.git/commitdiff
Clarify doc string in xwidget-webkit
authorPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:11:13 +0000 (14:11 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 20 Nov 2021 06:12:44 +0000 (14:12 +0800)
* lisp/xwidget.el (xwidget-webkit-buffer-name-format): Update
doc string.

lisp/xwidget.el

index 33b6c16a1d88a70ec9b24cb0f5a6a30cfc70ccf4..3cccfb6bcfac64c36ff0b4c4c0a1368b26f46430 100644 (file)
@@ -111,8 +111,9 @@ It can use the following special constructs:
 (defcustom xwidget-webkit-cookie-file nil
   "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 '(choice (const :tag "Do not store cookies" nil) file)
+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
   :version "29.1")
 
 ;;;###autoload