diff options
Diffstat (limited to 'lisp/battery.el')
-rw-r--r-- | lisp/battery.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/battery.el b/lisp/battery.el index 0ef6d37b406..2319ce73bbb 100644 --- a/lisp/battery.el +++ b/lisp/battery.el @@ -113,7 +113,7 @@ string are substituted as defined by the current value of the variable ;;;###autoload (put 'battery-mode-line-string 'risky-local-variable t) (defcustom battery-mode-line-limit 100 - "Percentage of full battery load below which display battery status" + "Percentage of full battery load below which display battery status." :version "24.1" :type 'integer :group 'battery) |