aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/url
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2005-07-04 01:09:34 +0000
committerJuanma Barranquero <[email protected]>2005-07-04 01:09:34 +0000
commit7e1f4bf5103e51496c5fcb2dd799d0e6d11b83af (patch)
tree057e77e60a1bbc0da725107b9e0d50a2bd3d1e52 /lisp/url
parent45cbf2fe87658c52e024a87190b90210154eb881 (diff)
(url-history): Finish `defgroup' description with period.
(url-history-track): Fix typos in docstring.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-history.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-history.el b/lisp/url/url-history.el
index 3f9a82b9af..9483b255d8 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)