diff lisp/psgml/psgml-other.el @ 108:360340f9fd5f r20-1b6

Import from CVS: tag r20-1b6
author cvs
date Mon, 13 Aug 2007 09:18:39 +0200
parents c7528f8e288d
children
line wrap: on
line diff
--- a/lisp/psgml/psgml-other.el	Mon Aug 13 09:17:27 2007 +0200
+++ b/lisp/psgml/psgml-other.el	Mon Aug 13 09:18:39 2007 +0200
@@ -1,5 +1,5 @@
 ;;;; psgml-other.el --- Part of SGML-editing mode with parsing support
-;; $Id: psgml-other.el,v 1.2 1997/01/03 03:10:27 steve Exp $
+;; $Id: psgml-other.el,v 1.3 1997/03/08 23:26:53 steve Exp $
 
 ;; Copyright (C) 1994 Lennart Staflin
 
@@ -146,7 +146,7 @@
 
 (defun sgml-set-face-after-change (start end &optional pre-len)
   ;; If inserting in front of an markup overlay, move that overlay.
-  ;; this avoids the overlay beeing deleted and recreated by
+  ;; this avoids the overlay being deleted and recreated by
   ;; sgml-set-face-for.
   (when (and sgml-set-face (not sgml-use-text-properties))
     (loop for o in (overlays-at start)