Variable: display-time-load-average

display-time-load-average is a variable defined in time.el.gz.

Value

nil

Documentation

Value of the system's load average currently shown on the mode line.

See display-time-default-load-average.

This is an internal variable; setting it has no effect.

Source Code

;; Defined in /usr/src/emacs/lisp/time.el.gz
(defvar display-time-load-average nil
  "Value of the system's load average currently shown on the mode line.
See `display-time-default-load-average'.

This is an internal variable; setting it has no effect.")