Various changes
diff --git a/runtime/doc/change.txt b/runtime/doc/change.txt
index 2e56ccb..63461ee 100644
--- a/runtime/doc/change.txt
+++ b/runtime/doc/change.txt
@@ -1,4 +1,4 @@
-*change.txt* For Vim version 7.0aa. Last change: 2004 May 08
+*change.txt* For Vim version 7.0aa. Last change: 2004 Jun 15
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -963,8 +963,9 @@
1. Unnamed register "" *quote_quote* *quotequote*
Vim fills this register with text deleted with the "d", "c", "s", "x" commands
or copied with the yank "y" command, regardless of whether or not a specific
-register was used (e.g. "xdd). An exception is the '_' register: "_dd does
-not store the deleted text in any register. Vim uses the contents of this
+register was used (e.g. "xdd). This is like the unnamed register is pointing
+to the last used register. An exception is the '_' register: "_dd does not
+store the deleted text in any register. Vim uses the contents of this
register for any put command (p or P) which does not specify a register.
Additionally you can access it with the name '"'. This means you have to type
two double quotes. Writing to the "" register writes to register "0.