diff options
| author | Lute Kamstra | 2005-04-05 18:35:17 +0000 |
|---|---|---|
| committer | Lute Kamstra | 2005-04-05 18:35:17 +0000 |
| commit | 6a8cf8833d6dede4ce3430c82d0c1e8a34f91193 (patch) | |
| tree | c334c8c05d718f37e913329e86e02be4360e0af1 | |
| parent | 91d292804722ef131f50069a084fedd0a47c6ebd (diff) | |
| download | emacs-6a8cf8833d6dede4ce3430c82d0c1e8a34f91193.tar.gz emacs-6a8cf8833d6dede4ce3430c82d0c1e8a34f91193.zip | |
(timeclock): Docstring fix.
| -rw-r--r-- | lisp/ChangeLog | 8 | ||||
| -rw-r--r-- | lisp/calendar/timeclock.el | 4 |
2 files changed, 10 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8f94e259f15..a63589e2798 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2005-04-05 Lute Kamstra <lute@gnu.org> | 1 | 2005-04-05 Lute Kamstra <lute@gnu.org> |
| 2 | 2 | ||
| 3 | * generic.el (generic-mode-internal): Fix 2005-03-31 change. | ||
| 4 | (define-generic-mode): Ditto. Fix debug declaration. | ||
| 5 | |||
| 6 | * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Put | ||
| 7 | them in the generic-x group. | ||
| 8 | |||
| 9 | * calendar/timeclock.el (timeclock): Docstring fix. | ||
| 10 | |||
| 3 | * generic.el (define-generic-mode): Don't use custom-current-group. | 11 | * generic.el (define-generic-mode): Don't use custom-current-group. |
| 4 | Document default :group value. | 12 | Document default :group value. |
| 5 | * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto. | 13 | * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto. |
diff --git a/lisp/calendar/timeclock.el b/lisp/calendar/timeclock.el index 709ea25fbcb..82315108548 100644 --- a/lisp/calendar/timeclock.el +++ b/lisp/calendar/timeclock.el | |||
| @@ -1,6 +1,6 @@ | |||
| 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 |
| @@ -78,7 +78,7 @@ | |||
| 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: |