updated for version 7.0066
diff --git a/runtime/doc/usr_22.txt b/runtime/doc/usr_22.txt
index b18b085..1506950 100644
--- a/runtime/doc/usr_22.txt
+++ b/runtime/doc/usr_22.txt
@@ -1,4 +1,4 @@
-*usr_22.txt* For Vim version 7.0aa. Last change: 2004 Jun 16
+*usr_22.txt* For Vim version 7.0aa. Last change: 2005 Apr 10
VIM USER MANUAL - by Bram Moolenaar
@@ -291,7 +291,7 @@
The output could look like this:
1 #h "help.txt" line 62 ~
- 2 %l+ "usr_21.txt" line 1 ~
+ 2 %a+ "usr_21.txt" line 1 ~
3 "usr_toc.txt" line 1 ~
The first column contains the buffer number. You can use this to edit the
@@ -303,7 +303,7 @@
u Buffer is unlisted |unlisted-buffer|.
% Current buffer.
# Alternate buffer.
- l Buffer is loaded and displayed.
+ a Buffer is loaded and displayed.
h Buffer is loaded but hidden.
= Buffer is read-only.
- Buffer is not modifiable, the 'modifiable' option is off.