From: Po Lu Date: Sat, 20 Nov 2021 06:11:13 +0000 (+0800) Subject: Clarify doc string in xwidget-webkit X-Git-Tag: emacs-29.0.90~2852^2~180 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=35de4774caaa5d0879ae814f62a889def317601b;p=emacs.git Clarify doc string in xwidget-webkit * lisp/xwidget.el (xwidget-webkit-buffer-name-format): Update doc string. --- diff --git a/lisp/xwidget.el b/lisp/xwidget.el index 33b6c16a1d8..3cccfb6bcfa 100644 --- a/lisp/xwidget.el +++ b/lisp/xwidget.el @@ -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