updated for version 7.0g01
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt
index 1cb0576..86369ae 100644
--- a/runtime/doc/tabpage.txt
+++ b/runtime/doc/tabpage.txt
@@ -1,4 +1,4 @@
-*tabpage.txt* For Vim version 7.0g. Last change: 2006 Apr 26
+*tabpage.txt* For Vim version 7.0g. Last change: 2006 May 02
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -362,5 +362,10 @@
Note that the function must be defined before setting the option, otherwise
you get an error message for the function not being known.
+If you want to fall back to the default label, return an empty string.
+
+If you want to show something specific for a tab page, you might want to use a
+tab page local variable. |t:var|
+
vim:tw=78:ts=8:ft=help:norl: