diff options
| author | Eli Zaretskii | 2021-11-19 15:41:48 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-19 15:41:48 +0200 |
| commit | eb86c33c46d4bd1af06abcec5d9d97c705c0ce0d (patch) | |
| tree | 4092cf001321e78e9a0fdb8023805772313c8b7c /src | |
| parent | b4f0c4c694e1c00b4025fe16039b8940d97c66aa (diff) | |
| download | emacs-eb86c33c46d4bd1af06abcec5d9d97c705c0ce0d.tar.gz emacs-eb86c33c46d4bd1af06abcec5d9d97c705c0ce0d.zip | |
Fix documentation of last commit
* lisp/xwidget.el (xwidget-webkit-cookie-file): Don't use "path"
for file names in the doc string. Improve wording and markup of
the doc string.
* src/xwidget.c (Fxwidget_webkit_set_cookie_storage_file):
* doc/lispref/display.texi (Xwidgets): Don't use "path" for file
names.
* etc/NEWS: Improve the wording of the entry about
'xwidget-webkit-cookie-file'.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xwidget.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xwidget.c b/src/xwidget.c index 4e84d43b2a6..8cad2fbc2c1 100644 --- a/src/xwidget.c +++ b/src/xwidget.c | |||
| @@ -2587,8 +2587,8 @@ DEFUN ("xwidget-webkit-set-cookie-storage-file", | |||
| 2587 | 2, 2, 0, doc: /* Make the WebKit widget XWIDGET load and store cookies in FILE. | 2587 | 2, 2, 0, doc: /* Make the WebKit widget XWIDGET load and store cookies in FILE. |
| 2588 | 2588 | ||
| 2589 | Cookies will be stored as plain text in FILE, which must be an | 2589 | Cookies will be stored as plain text in FILE, which must be an |
| 2590 | absolute file path. All xwidgets related to XWIDGET will also be | 2590 | absolute file name. All xwidgets related to XWIDGET will also |
| 2591 | changed to store and load cookies in FILE. */) | 2591 | store cookies in FILE and load them from there. */) |
| 2592 | (Lisp_Object xwidget, Lisp_Object file) | 2592 | (Lisp_Object xwidget, Lisp_Object file) |
| 2593 | { | 2593 | { |
| 2594 | #ifdef USE_GTK | 2594 | #ifdef USE_GTK |