bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Impr


From: Jari Aalto
Subject: bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring
Date: Wed, 18 Mar 2009 21:01:26 +0200

2009-03-18  Jari Aalto  <jari.aalto@cante.net>

        * time.el (display-time-default-load-average): Improve docstring
        to include allowable value 0, 1, 2 (for C-h v).

>From f7caf2a28f6e06bfd8b3564a3cb453979e6493ee Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Wed, 18 Mar 2009 21:00:47 +0200
Subject: [PATCH] lisp/time.el: (display-time-default-load-average): Improve 
docstring

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 lisp/time.el |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/lisp/time.el b/lisp/time.el
index 965024b..874b606 100644
--- a/lisp/time.el
+++ b/lisp/time.el
@@ -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)
-- 
1.6.1.3


reply via email to

[Prev in Thread] Current Thread [Next in Thread]