mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-08 20:58:58 +00:00
(url-history): Finish `defgroup' description with period.
(url-history-track): Fix typos in docstring.
This commit is contained in:
parent
45cbf2fe87
commit
7e1f4bf510
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user