bug#81505: Fixes for doc/misc/url.texi
Eli Zaretskii <[email protected]>
| Newsgroups | gmane.emacs.bugs |
|---|---|
| Message-ID | <[email protected]> |
> From: Tim Landscheidt <[email protected]> > Date: Mon, 27 Jul 2026 22:07:51 +0000 > > I noticed a formatting error in the url info manual, so > while at it I also fixed two other minor imperfections and > synchronized the function signatures with the code. Thanks. > -@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?