diff lisp/ediff-util.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 41b7a38d7d8c
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/ediff-util.el	Fri Jan 05 21:57:54 1996 +0000
+++ b/lisp/ediff-util.el	Fri Jan 05 22:21:28 1996 +0000
@@ -733,7 +733,7 @@
 		       ediff-patch-action
 		       ediff-toggle-wide-display ediff-toggle-multiframe))
 	       ;; Or one of the movement cmds and prev cmd was an Ediff cmd
-	       ;; This avoids rasing frames unnecessarily.
+	       ;; This avoids raising frames unnecessarily.
 	       (and (memq this-command
 			  '(ediff-next-difference
 			    ediff-previous-difference
@@ -1420,7 +1420,7 @@
 				(move-to-window-line lines)
 				(point)))
 		       ;; `end' may be beyond the window bottom, so check
-		       ;; that we are making progres
+		       ;; that we are making progress
 		       (< prev-point (point)))
 	    (setq prev-point (point))
 	    (setq lines (1+ lines)))
@@ -2962,7 +2962,7 @@
 
 ;;; Misc
 
-;; These two functions are here to neutralize XEmacs unwillingless to
+;; These two functions are here to neutralize XEmacs's unwillingness to
 ;; handle overlays whose buffers were deleted.
 (defun ediff-move-overlay (overlay beg end &optional buffer)
   "Calls `move-overlay' in Emacs and `set-extent-endpoints' in Lemacs.