]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 14:26:51 +0000 (14:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 3 Jul 2002 14:26:51 +0000 (14:26 +0000)
lisp/calendar/appt.el
lisp/textmodes/artist.el
lisp/vc-cvs.el

index 9b6d1a8634d0e0ccfcc9a6dc947fa66d6873a26d..5e903eead40fc91b3952b889d0faefb6c6c3ac92 100644 (file)
@@ -45,7 +45,7 @@
 ;;; The variable `appt-message-warning-time' allows the
 ;;; user to specify how much notice they want before the appointment. The 
 ;;; variable `appt-issue-message' specifies whether the user wants
-;;; to to be notified of a pending appointment.
+;;; to be notified of a pending appointment.
 ;;; 
 ;;; In order to use the appt package, you only need
 ;;; to load it---provided you have appointments.
index d287831681d9a01611bbc930f4feaa738e858b07..363077079eaaa30644b851c8ca4a884e4ea1a204 100644 (file)
@@ -5422,7 +5422,7 @@ The event, EV, is the mouse event."
 ;;
 ;;      a. Create one draw-function that draws your shape and one
 ;;         undraw-function that undraws it. The draw- and
-;;         undraw-functions are used to to draw/undraw a segment of
+;;         undraw-functions are used to draw/undraw a segment of
 ;;         your poly-point mode between 2 points. The draw- and
 ;;         undraw-functions are then really 2-point mode functions.
 ;;         They must take the same arguments and return the same
index d2e2e87c2813cc51ad6097e477d3723c9a526230..2b20613e7270bc9a0958bf03356395d38a1378f2 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author:      FSF (see vc.el for full credits)
 ;; Maintainer:  Andre Spiegel <spiegel@gnu.org>
 
-;; $Id: vc-cvs.el,v 1.40 2002/04/09 17:13:51 sds Exp $
+;; $Id: vc-cvs.el,v 1.41 2002/05/12 17:29:29 eliz Exp $
 
 ;; This file is part of GNU Emacs.
 
@@ -835,7 +835,7 @@ essential information."
     (unwind-protect
        (progn
          (cond
-          ;; Sticky Date tag.  Convert to to a proper date value (`encode-time')
+          ;; Sticky Date tag.  Convert to a proper date value (`encode-time')
           ((eq type 'date)
            (string-match
             "\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)\\.\\([0-9]+\\)"