updated for version 7.0153
diff --git a/runtime/doc/usr_05.txt b/runtime/doc/usr_05.txt
index 4659863..6d2d57e 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 Feb 08
+*usr_05.txt*	For Vim version 7.0aa.  Last change: 2005 Oct 02
 
 		     VIM USER MANUAL - by Bram Moolenaar
 
@@ -327,6 +327,9 @@
 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.
+
 
 FILETYPE PLUGINS			*add-filetype-plugin* *ftplugins*