# HG changeset patch # User Juanma Barranquero # Date 1120439374 0 # Node ID 03160396e8bc9ba0c032816565270b84d8df9a6d # Parent 0b21eeaa87832e6ea1448425cc12c654b7c42837 (url-history): Finish `defgroup' description with period. (url-history-track): Fix typos in docstring. diff -r 0b21eeaa8783 -r 03160396e8bc lisp/url/url-history.el --- a/lisp/url/url-history.el Mon Jul 04 01:07:57 2005 +0000 +++ b/lisp/url/url-history.el Mon Jul 04 01:09:34 2005 +0000 @@ -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)