diff options
| author | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 13:19:09 +0000 | 
|---|---|---|
| committer | Juanma Barranquero <lekktu@gmail.com> | 2005-06-10 13:19:09 +0000 | 
| commit | eb88139e25d8dc0828937567e6dca9b832b81f9f (patch) | |
| tree | 5532aca008aa2f5fbdc56fbe2bd5082237826e3c /lisp | |
| parent | 1a5cab376956c1c76105abfe1fe1030a4839ba20 (diff) | |
| download | emacs-eb88139e25d8dc0828937567e6dca9b832b81f9f.tar.gz | |
(url-cookie-multiple-line): Fix spelling in docstring.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/url/url-cookie.el | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 328e60b63bc..7cee222c373 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el @@ -73,7 +73,7 @@  (defvar url-cookie-storage nil         "Where cookies are stored.")  (defvar url-cookie-secure-storage nil  "Where secure cookies are stored.") -(defcustom url-cookie-file nil            "*Where cookies are stored on disk." +(defcustom url-cookie-file nil         "*Where cookies are stored on disk."    :type '(choice (const :tag "Default" :value nil) file)    :group 'url-file    :group 'url-cookie) @@ -86,7 +86,7 @@  (defcustom url-cookie-multiple-line nil    "*If nil, HTTP requests put all cookies for the server on one line.  Some web servers, such as http://www.hotmail.com/, only accept cookies -when they are on one line.  This is broken behaviour, but just try +when they are on one line.  This is broken behavior, but just try  telling Microsoft that."    :type 'boolean    :group 'url-cookie) | 
