mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(display-time-load-average-threshold): Fix defcustom (add type and group).
This commit is contained in:
parent
d62d49df37
commit
b7b4e4d4d0
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue