mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(display-time-load-average-threshold): Fix defcustom (add type and group).
This commit is contained in:
parent
d62d49df37
commit
b7b4e4d4d0
@ -63,7 +63,9 @@ past 15 minutes. The default is to display 1 minute load average."
|
||||
(defvar display-time-load-average display-time-default-load-average)
|
||||
|
||||
(defcustom display-time-load-average-threshold 0.1
|
||||
"*Load-average values below this value won't be shown in the mode line.")
|
||||
"*Load-average values below this value won't be shown in the mode line."
|
||||
:type 'number
|
||||
:group 'display-time)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom display-time-day-and-date nil "\
|
||||
|
Loading…
Reference in New Issue
Block a user