aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 3f9a82b9afd..9483b255d8e 100644
--- a/lisp/url/url-history.el
+++ b/lisp/url/url-history.el
@@ -32,14 +32,14 @@
32(autoload 'url-do-setup "url") 32(autoload 'url-do-setup "url")
33 33
34(defgroup url-history nil 34(defgroup url-history nil
35 "History variables in the URL package" 35 "History variables in the URL package."
36 :prefix "url-history" 36 :prefix "url-history"
37 :group 'url) 37 :group 'url)
38 38
39(defcustom url-history-track nil 39(defcustom url-history-track nil
40 "*Controls whether to keep a list of all the URLS being visited. 40 "*Controls whether to keep a list of all the URLS being visited.
41If non-nil, url will keep track of all the URLS visited. 41If non-nil, url will keep track of all the URLS visited.
42If eq to `t', then the list is saved to disk at the end of each emacs 42If set to t, then the list is saved to disk at the end of each Emacs
43session." 43session."
44 :type 'boolean 44 :type 'boolean
45 :group 'url-history) 45 :group 'url-history)