--- runtime/doc/pattern.txt.orig	2010-02-06 17:26:49.000000000 +0100
+++ runtime/doc/pattern.txt	2010-03-04 14:02:08.000000000 +0100
@@ -641,7 +641,7 @@
 	does not match.  "a.*p\@!" will match from an "a" to the end of the
 	line, because ".*" can match all characters in the line and the "p"
 	doesn't match at the end of the line.  "a.\{-}p\@!" will match any
-	"a", "ap", "aap", etc. that isn't followed by a "p", because the "."
+	"a", "ap", "app", etc. that isn't followed by a "p", because the "."
 	can match a "p" and "p\@!" doesn't match after that.
 
 	You can't use "\@!" to look for a non-match before the matching
