Mercurial > emacs
changeset 61327:804adc56eee2
(timeclock): Docstring fix.
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Tue, 05 Apr 2005 18:34:30 +0000 |
parents | 580d35a5c250 |
children | d86b6c1016e8 |
files | lisp/calendar/timeclock.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/calendar/timeclock.el Tue Apr 05 18:33:50 2005 +0000 +++ b/lisp/calendar/timeclock.el Tue Apr 05 18:34:30 2005 +0000 @@ -1,6 +1,6 @@ ;;; timeclock.el --- mode for keeping track of how much you work -;; Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc. ;; Author: John Wiegley <johnw@gnu.org> ;; Created: 25 Mar 1999 @@ -78,7 +78,7 @@ ;;; Code: (defgroup timeclock nil - "Keeping track time of the time that gets spent." + "Keeping track of the time that gets spent." :group 'data) ;;; User Variables: