Variable: battery-load-critical
battery-load-critical is a customizable variable defined in
battery.el.gz.
Value
10
Documentation
Upper bound of critical battery load percentage.
A battery load percentage below this number is considered critical.
This variable was added, or its default value changed, in Emacs 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/battery.el.gz
(defcustom battery-load-critical 10
"Upper bound of critical battery load percentage.
A battery load percentage below this number is considered critical."
:type 'integer)