changeset 63991:03160396e8bc

(url-history): Finish `defgroup' description with period. (url-history-track): Fix typos in docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jul 2005 01:09:34 +0000
parents 0b21eeaa8783
children 462374eda8a7
files lisp/url/url-history.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)