updated for version 7.0155
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index 6d2d57e..c5128ae 100644
--- a/runtime/doc/usr_05.txt
+++ b/runtime/doc/usr_05.txt
@@ -1,4 +1,4 @@
-*usr_05.txt*	For Vim version 7.0aa.  Last change: 2005 Oct 02
+*usr_05.txt*	For Vim version 7.0aa.  Last change: 2005 Oct 04
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -327,8 +327,10 @@
 That's all!  Now you can use the commands defined in this plugin to justify
 text.
 
-If your plugin directory is getting full: You can also put them subdirecties.
-For example, use "~/.vim/plugin/perl/*.vim" for all your Perl plugins.
+Instead of putting plugins directly into the plugin/ directory, you may
+better organize them by putting them into subdirectories under plugin/.
+As an example, consider using "~/.vim/plugin/perl/*.vim" for all your Perl
+plugins.
 
 
 FILETYPE PLUGINS			*add-filetype-plugin* *ftplugins*