diff --git a/docs/TableGenFundamentals.html b/docs/TableGenFundamentals.html
index f7f3d97ffe9..ee44bddf96f 100644
--- a/docs/TableGenFundamentals.html
+++ b/docs/TableGenFundamentals.html
@@ -407,6 +407,10 @@ which case the user must specify it explicitly.
!strconcat(a, b)
A string value that is the result of concatenating the 'a' and 'b'
strings.
+str1#str2
+ "#" (paste) is a shorthand for !strconcat. It may concatenate
+ things that are not quoted strings, in which case an implicit
+ !cast is done on the operand of the paste.
!cast<type>(a)
A symbol of type type obtained by looking up the string 'a' in
the symbol table. If the type of 'a' does not match type, TableGen