diff options
Diffstat (limited to 'doc/misc/url.texi')
-rw-r--r-- | doc/misc/url.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/misc/url.texi b/doc/misc/url.texi index c46859968a2..14a4c96cc47 100644 --- a/doc/misc/url.texi +++ b/doc/misc/url.texi @@ -417,6 +417,12 @@ cookies, if there are any. You can remove a cookie using the @kbd{C-k} (@code{url-cookie-delete}) command. @end defun +@defun url-cookie-delete-cookies &optional regexp +This function takes a regular expression as its parameters and deletes +all cookies from that domain. If @var{regexp} is @code{nil}, delete +all cookies. +@end defun + @defopt url-cookie-file The file in which cookies are stored, defaulting to @file{cookies} in the directory specified by @code{url-configuration-directory}. |