# HG changeset patch # User Glenn Morris # Date 1237661594 0 # Node ID 6ff0334666aadb981aca021d20889836792e8eb6 # Parent e100967a901c5bfb903b37d9ad3571a56a8c0982 Jari Aalto (display-time-default-load-average): Doc fix. diff -r e100967a901c -r 6ff0334666aa lisp/ChangeLog --- a/lisp/ChangeLog Sat Mar 21 18:38:40 2009 +0000 +++ b/lisp/ChangeLog Sat Mar 21 18:53:14 2009 +0000 @@ -1,3 +1,7 @@ +2009-03-21 Jari Aalto + + * time.el (display-time-default-load-average): Doc fix. + 2009-03-21 Eli Zaretskii * simple.el (handle-shift-selection): Doc fix. (Bug#2738) diff -r e100967a901c -r 6ff0334666aa lisp/time.el --- a/lisp/time.el Sat Mar 21 18:38:40 2009 +0000 +++ b/lisp/time.el Sat Mar 21 18:53:14 2009 +0000 @@ -65,7 +65,12 @@ (defcustom display-time-default-load-average 0 "Which load average value will be shown in the mode line. Almost every system can provide values of load for past 1 minute, past 5 or -past 15 minutes. The default is to display 1 minute load average." +past 15 minutes. The default is to display 1 minute load average. +The value can be one of: + + 0 => 1 minute load + 1 => 5 minutes load + 2 => 15 minutes load" :type '(choice (const :tag "1 minute load" 0) (const :tag "5 minutes load" 1) (const :tag "15 minutes load" 2)