]> code.delx.au - gnu-emacs/blobdiff - doc/misc/url.texi
Fix event race
[gnu-emacs] / doc / misc / url.texi
index 862a8068bedacd8070f14628e5b842490efba663..5cda62eade79c27ae711c6ee527c386caddc899c 100644 (file)
@@ -3,7 +3,6 @@
 @settitle URL Programmer's Manual
 
 @documentencoding UTF-8
-@documentlanguage en
 
 @iftex
 @c @finalout
@@ -23,7 +22,7 @@
 @copying
 This is the manual for the @code{url} Emacs Lisp library.
 
-Copyright @copyright{} 1993--1999, 2002, 2004--2013 Free Software
+Copyright @copyright{} 1993--1999, 2002, 2004--2014 Free Software
 Foundation, Inc.
 
 @quotation
@@ -411,6 +410,13 @@ ignored; any other value means to ask the user on each request.
 @node Cookies
 @subsection Cookies
 
+@findex url-cookie-delete
+@defun url-cookie-list
+This command creates a @file{*url cookies*} buffer listing the current
+cookies, if there are any.  You can remove a cookie using the
+@kbd{C-k} (@code{url-cookie-delete}) command.
+@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}.