diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 01:09:34 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2005-07-04 01:09:34 +0000 |
commit | 7e1f4bf5103e51496c5fcb2dd799d0e6d11b83af (patch) | |
tree | 057e77e60a1bbc0da725107b9e0d50a2bd3d1e52 /lisp | |
parent | 45cbf2fe87658c52e024a87190b90210154eb881 (diff) | |
download | emacs-7e1f4bf5103e51496c5fcb2dd799d0e6d11b83af.tar.gz |
(url-history): Finish `defgroup' description with period.
(url-history-track): Fix typos in docstring.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/url/url-history.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el index 3f9a82b9afd..9483b255d8e 100644 --- a/lisp/url/url-history.el +++ b/lisp/url/url-history.el @@ -32,14 +32,14 @@ (autoload 'url-do-setup "url") (defgroup url-history nil - "History variables in the URL package" + "History variables in the URL package." :prefix "url-history" :group 'url) (defcustom url-history-track nil "*Controls whether to keep a list of all the URLS being visited. If non-nil, url will keep track of all the URLS visited. -If eq to `t', then the list is saved to disk at the end of each emacs +If set to t, then the list is saved to disk at the end of each Emacs session." :type 'boolean :group 'url-history) |