# HG changeset patch # User Juanma Barranquero # Date 1025706411 0 # Node ID 426c8cf1a3df30b75d3acb70d0191b9bdd012199 # Parent b64ee639958c8ddddbf7769fa67c9f80a9319e24 Fix typo. diff -r b64ee639958c -r 426c8cf1a3df lisp/calendar/appt.el --- a/lisp/calendar/appt.el Wed Jul 03 13:26:44 2002 +0000 +++ b/lisp/calendar/appt.el Wed Jul 03 14:26:51 2002 +0000 @@ -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. diff -r b64ee639958c -r 426c8cf1a3df lisp/textmodes/artist.el --- a/lisp/textmodes/artist.el Wed Jul 03 13:26:44 2002 +0000 +++ b/lisp/textmodes/artist.el Wed Jul 03 14:26:51 2002 +0000 @@ -5422,7 +5422,7 @@ ;; ;; 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 diff -r b64ee639958c -r 426c8cf1a3df lisp/vc-cvs.el --- a/lisp/vc-cvs.el Wed Jul 03 13:26:44 2002 +0000 +++ b/lisp/vc-cvs.el Wed Jul 03 14:26:51 2002 +0000 @@ -5,7 +5,7 @@ ;; Author: FSF (see vc.el for full credits) ;; Maintainer: Andre Spiegel -;; $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 @@ (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]+\\)"