updated for version 7.0072
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index c507ccd..85271b1 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2005 Apr 03
+*change.txt* For Vim version 7.0aa. Last change: 2005 Apr 26
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -748,8 +748,8 @@
<
Substitute with an expression *sub-replace-expression*
-
-When the substitute string starts with "\=" the remainer is interpreted as an
+ *sub-replace-\=*
+When the substitute string starts with "\=" the remainder is interpreted as an
expression. This does not work recursively: a substitute() function inside
the expression cannot use "\=" for the substitute string.