unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring
@ 2009-03-18 19:01 ` Jari Aalto
  2009-03-21 19:05   ` bug#2711: marked as done ([PATCH] CVS: time.el (display-time-default-load-average): Improve docstring) Emacs bug Tracking System
  0 siblings, 1 reply; 2+ messages in thread
From: Jari Aalto @ 2009-03-18 19:01 UTC (permalink / raw)
  To: Emacs bug BTS

[-- Attachment #1: Type: text/plain, Size: 179 bytes --]


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).


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-lisp-time.el-display-time-default-load-average-I.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#2711: marked as done ([PATCH] CVS: time.el (display-time-default-load-average): Improve docstring)
  2009-03-18 19:01 ` bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring Jari Aalto
@ 2009-03-21 19:05   ` Emacs bug Tracking System
  0 siblings, 0 replies; 2+ messages in thread
From: Emacs bug Tracking System @ 2009-03-21 19:05 UTC (permalink / raw)
  To: Glenn Morris

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]


Your message dated Sat, 21 Mar 2009 14:57:09 -0400
with message-id <4pwsaid7qy.fsf@fencepost.gnu.org>
and subject line Re: bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring
has caused the Emacs bug report #2711,
regarding [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@emacsbugs.donarmstrong.com
immediately.)


-- 
2711: http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=2711
Emacs Bug Tracking System
Contact owner@emacsbugs.donarmstrong.com with problems

[-- Attachment #2: Type: message/rfc822, Size: 3683 bytes --]

[-- Attachment #2.1.1: Type: text/plain, Size: 179 bytes --]


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).


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2.1.2: 0001-lisp-time.el-display-time-default-load-average-I.patch --]
[-- Type: text/x-diff, Size: 1124 bytes --]

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


[-- Attachment #3: Type: message/rfc822, Size: 1605 bytes --]

From: Glenn Morris <rgm@gnu.org>
To: 2711-done@emacsbugs.donarmstrong.com
Subject: Re: bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring
Date: Sat, 21 Mar 2009 14:57:09 -0400
Message-ID: <4pwsaid7qy.fsf@fencepost.gnu.org>


Thanks.


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-03-21 19:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <4pwsaid7qy.fsf@fencepost.gnu.org>
2009-03-18 19:01 ` bug#2711: [PATCH] CVS: time.el (display-time-default-load-average): Improve docstring Jari Aalto
2009-03-21 19:05   ` bug#2711: marked as done ([PATCH] CVS: time.el (display-time-default-load-average): Improve docstring) Emacs bug Tracking System

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).