# HG changeset patch # User Lute Kamstra # Date 1112726070 0 # Node ID 804adc56eee2d4e4cab8364866fc734002a68e28 # Parent 580d35a5c25079925c8c409dcc11de99c57f1c6a (timeclock): Docstring fix. diff -r 580d35a5c250 -r 804adc56eee2 lisp/calendar/timeclock.el --- 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 ;; 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: