2005-04-05 Lute Kamstra <lute@gnu.org>
+ * generic.el (generic-mode-internal): Fix 2005-03-31 change.
+ (define-generic-mode): Ditto. Fix debug declaration.
+
+ * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Put
+ them in the generic-x group.
+
+ * calendar/timeclock.el (timeclock): Docstring fix.
+
* generic.el (define-generic-mode): Don't use custom-current-group.
Document default :group value.
* emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
;;; 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
;;; 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: