]> git.eshelyaron.com Git - emacs.git/commitdiff
(url-history): Finish `defgroup' description with period.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 01:09:34 +0000 (01:09 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jul 2005 01:09:34 +0000 (01:09 +0000)
(url-history-track): Fix typos in docstring.

lisp/url/url-history.el

index 3f9a82b9afd6bf2523455dbed106636d8ff4a8ee..9483b255d8e8068c8ec7da36397325c4333af03b 100644 (file)
 (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)