comparison lisp/calendar/timeclock.el @ 61327:804adc56eee2

(timeclock): Docstring fix.
author Lute Kamstra <lute@gnu.org>
date Tue, 05 Apr 2005 18:34:30 +0000
parents a3244da8e396
children 18a818a2ee7c 02f1dbc4a199
comparison
equal deleted inserted replaced
61326:580d35a5c250 61327:804adc56eee2
1 ;;; timeclock.el --- mode for keeping track of how much you work 1 ;;; timeclock.el --- mode for keeping track of how much you work
2 2
3 ;; Copyright (C) 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc. 3 ;; Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
4 4
5 ;; Author: John Wiegley <johnw@gnu.org> 5 ;; Author: John Wiegley <johnw@gnu.org>
6 ;; Created: 25 Mar 1999 6 ;; Created: 25 Mar 1999
7 ;; Version: 2.6 7 ;; Version: 2.6
8 ;; Keywords: calendar data 8 ;; Keywords: calendar data
76 ;;; History: 76 ;;; History:
77 77
78 ;;; Code: 78 ;;; Code:
79 79
80 (defgroup timeclock nil 80 (defgroup timeclock nil
81 "Keeping track time of the time that gets spent." 81 "Keeping track of the time that gets spent."
82 :group 'data) 82 :group 'data)
83 83
84 ;;; User Variables: 84 ;;; User Variables:
85 85
86 (defcustom timeclock-file (convert-standard-filename "~/.timelog") 86 (defcustom timeclock-file (convert-standard-filename "~/.timelog")