]> git.eshelyaron.com Git - emacs.git/commitdiff
(timeclock): Docstring fix.
authorLute Kamstra <lute@gnu.org>
Tue, 5 Apr 2005 18:35:17 +0000 (18:35 +0000)
committerLute Kamstra <lute@gnu.org>
Tue, 5 Apr 2005 18:35:17 +0000 (18:35 +0000)
lisp/ChangeLog
lisp/calendar/timeclock.el

index 8f94e259f15fd959701d0f8f8e1cf3d6e412a4a6..a63589e27984c558569ebcfa5ee7ec387586f2d3 100644 (file)
@@ -1,5 +1,13 @@
 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.
index 709ea25fbcbfc7f3de7a25adebf7822ee2836fc7..82315108548c96010ef247e7982b46c98c5ae707 100644 (file)
@@ -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: