bug#81505: Fixes for doc/misc/url.texi
Tim Landscheidt <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Organization | https://www.tim-landscheidt.de/ |
| Message-ID | <[email protected]> |
Eli Zaretskii <[email protected]> wrote: > […] >> -@defun url-cookie-delete-cookies &optional regexp >> +@defun url-cookie-delete-cookies &optional regexp keep >> 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. > This should describe the optional argument KEEP, right? I wasn't sure about that as my impression was that sometimes not all parameters are explained. But a solution could be: | If @var{keep} is non-@code{nil}, instead delete all cookies | that do not match @var{regexp}.