diff --git a/ChangeLog b/ChangeLog
index 5e9b8f25794ff34d68512ba7b0803928356ae3f9..f066cff6ebd0de81fe181228c9a8dc8f72d48c71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -132,8 +132,8 @@ CVS code -
 	  current buffer so that it's effectively a new buffer just
 	  before inserting the file, and only restore placewewant
 	  afterwards.  This is the same behavior we would get if we
-	  opened the file, added all of it to the cutbuffer, uncut at
-	  the current cursor position, and closed the file. (DLR)
+	  opened the file, added all of it to the cutbuffer, closed the
+	  file, and uncut at the current cursor position. (DLR)
   do_writeout()
 	- Restructure if blocks for greater efficiency, using
 	  do_insertfile() as a model. (DLR)