updated for version 7.0g
diff --git a/runtime/doc/message.txt b/runtime/doc/message.txt
index 5e3ad2d..89b0f0c 100644
--- a/runtime/doc/message.txt
+++ b/runtime/doc/message.txt
@@ -1,4 +1,4 @@
-*message.txt*   For Vim version 7.0f.  Last change: 2006 Apr 11
+*message.txt*   For Vim version 7.0g.  Last change: 2006 Apr 30
 
 
 		  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -297,7 +297,7 @@
   to delete the swapfile.  Edit {filename} to find out information about the
   swapfile.
 - If you want to write anyway prepend ":silent!" to the command.  For example: >
-  	:silent! w! /tmp/test
+	:silent! w! /tmp/test
 < The special command is needed, since you already added the ! for overwriting
   an existing file.
 
@@ -796,7 +796,7 @@
      d					down a page (half a screen)
      <Space> or <PageDown>		down a screen
      G					down all the way, until the hit-enter
-     					prompt
+					prompt
 
      <BS> or k or <Up>			one line back (*)
      u					up a page (half a screen) (*)