diff --git a/doc/gf-refman.html b/doc/gf-refman.html
index e7db8829a..edfb2c625 100644
--- a/doc/gf-refman.html
+++ b/doc/gf-refman.html
@@ -3120,23 +3120,44 @@ a part of the GF grammar compiler.
nonExist |
Str |
-this is a special token marking
+ | a special token marking
non-existing morphological forms |
BIND |
Str |
-this is a special token marking
+ | a special token marking
that the surrounding tokens should not
be separated by space |
SOFT_BIND |
Str |
-this is a special token marking
+ | a special token marking
that the surrounding tokens may not
be separated by space |
+
+SOFT_SPACE |
+Str |
+a special token marking
+that the space between the surrounding tokens
+is optional |
+
+
+CAPIT |
+Str |
+a special token marking
+that the first character in the next token
+should be capitalized |
+
+
+ALL_CAPIT |
+Str |
+a special token marking
+that the next word should be
+in all capital letters |
+