diff options
| author | Juanma Barranquero | 2005-07-04 01:04:33 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-07-04 01:04:33 +0000 |
| commit | 5d9f30c6d7f5e49a8fe1a647ff42859185d6cb16 (patch) | |
| tree | 885e172638db26d26d59faa5e25d0a49cc8072b0 | |
| parent | df5f6df1de2fa8ea78e9e96efae4f4a6732a07d9 (diff) | |
| download | emacs-5d9f30c6d7f5e49a8fe1a647ff42859185d6cb16.tar.gz emacs-5d9f30c6d7f5e49a8fe1a647ff42859185d6cb16.zip | |
(url-cookie): Finish `defgroup' description with period.
| -rw-r--r-- | lisp/url/url-cookie.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-cookie.el b/lisp/url/url-cookie.el index 42c74080ec8..039e3b0150b 100644 --- a/lisp/url/url-cookie.el +++ b/lisp/url/url-cookie.el | |||
| @@ -79,7 +79,7 @@ A cookie vector object is a vector of 7 slots: | |||
| 79 | (and (vectorp obj) (= (length obj) 7) (eq (aref obj 0) 'cookie))) | 79 | (and (vectorp obj) (= (length obj) 7) (eq (aref obj 0) 'cookie))) |
| 80 | 80 | ||
| 81 | (defgroup url-cookie nil | 81 | (defgroup url-cookie nil |
| 82 | "URL cookies" | 82 | "URL cookies." |
| 83 | :prefix "url-" | 83 | :prefix "url-" |
| 84 | :prefix "url-cookie-" | 84 | :prefix "url-cookie-" |
| 85 | :group 'url) | 85 | :group 'url) |