diff --git a/doc/vim-cobol.txt b/doc/vim-cobol.txt
index 0cde0e1c8b608338b7c55febab38898bf2e6fcf8..d501fd0ac2a84919983f3ab47c53a84b238b3697 100644
--- a/doc/vim-cobol.txt
+++ b/doc/vim-cobol.txt
@@ -1,4 +1,13 @@
-cobol.txt*  Utility programs for COBOL programming.
+*cobol.txt*  Utility programs for COBOL programming.
+
+000100      8""""8 8"""88 8""""8   8"""88 8          000100
+000200      8    " 8    8 8    8   8    8 8          000200
+000300      8e     8    8 8eeee8ee 8    8 8e         000300
+000400      88     8    8 88     8 8    8 88         000400
+000500      88   e 8    8 88     8 8    8 88         000500
+000600      88eee8 8eeee8 88eeeee8 8eeee8 88eee      000600
+
+Contains a number of utilities for managing COBOL source files.
 
 Author:  Kevin Lyda <kevin@phrye.com>
 License: GPL
@@ -18,16 +27,16 @@ Utility functions which work on the entire source file.
                         that are out of order (or that would be after
                         renumbering.
 
-                                                 cobol-:Unnumber
+                                                *cobol-:Unnumber*
 :Unnumber               Remove all numbers in columns 1-6; replace with
                         spaces.
 
-SETTINGS                                         cobol-settings
+SETTINGS                                        *cobol-settings*
 
-                                                 g:cobol_minimum_delta
+                                                *g:cobol_minimum_delta*
 Minimum delta to put between lines.  Defaults to 1.
 
-                                                 g:cobol_maximum_delta
+                                                *g:cobol_maximum_delta*
 Maximum delta to put between lines.  Defaults to 100.
 
 ABOUT                                           *cobol-about*