]> git.eshelyaron.com Git - emacs.git/commitdiff
Jari Aalto <jari.aalto at cante.net>
authorGlenn Morris <rgm@gnu.org>
Sat, 21 Mar 2009 18:53:14 +0000 (18:53 +0000)
committerGlenn Morris <rgm@gnu.org>
Sat, 21 Mar 2009 18:53:14 +0000 (18:53 +0000)
(display-time-default-load-average): Doc fix.

lisp/ChangeLog
lisp/time.el

index e8771a5a450f05478f05070e75550dc7f16ff831..77cc3a4b8bcda44ef17eb023906d3b2029a8902e 100644 (file)
@@ -1,3 +1,7 @@
+2009-03-21  Jari Aalto  <jari.aalto@cante.net>
+
+       * time.el (display-time-default-load-average): Doc fix.
+
 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
 
        * simple.el (handle-shift-selection): Doc fix.  (Bug#2738)
index 965024bf7c2ed27f4996e03439e4a2fc620c9644..874b606e3c2b8a0cea489b3be0122bc9bf8d04f6 100644 (file)
@@ -65,7 +65,12 @@ directory `display-time-mail-directory' contains nonempty files."
 (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)