diff src/insdel.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 789c11177579
children 7d7b899db77d
line wrap: on
line diff
--- a/src/insdel.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/insdel.c	Wed Jun 09 11:59:12 1993 +0000
@@ -546,7 +546,7 @@
   Vafter_change_function = value;
 }
 
-/* Signal a change to the buffer immediatly before it happens.
+/* Signal a change to the buffer immediately before it happens.
    START and END are the bounds of the text to be changed,
    as Lisp objects.  */
 
@@ -578,7 +578,7 @@
     }
 }
 
-/* Signal a change immediatly after it happens.
+/* Signal a change immediately after it happens.
    POS is the address of the start of the changed text.
    LENDEL is the number of characters of the text before the change.
    (Not the whole buffer; just the part that was changed.)