diff --git a/docs/programmers.sgml b/docs/programmers.sgml
index 4e4be069..66c74510 100644
--- a/docs/programmers.sgml
+++ b/docs/programmers.sgml
@@ -219,7 +219,7 @@
header sent from the client. If the cached file timestamp has
not changed since the last visit, then a "304 Not Modified"
header will be sent instead of the content. This works only on
- cached content without {insert} tags.
+ cached content without insert tags.
@@ -1499,8 +1499,8 @@ echo 'index.tpl compiled at 2002-02-20 20:02';
The fourth function is supposed to return true or
false, depending on whether the requested resource
is trusted or not. This function is used for only for PHP script
- components requested by {include_php} tag or
- {insert} tag with src
+ components requested by include_php tag or
+ insert tag with src
attribute. However, it should still be defined even for template
resources.
@@ -1570,7 +1570,7 @@ function smarty_resource_db_trusted($tpl_name, &$smarty)
Inserts
Insert plugins are used to implement functions that are invoked by
- {insert}
+ insert
tags in the template.
@@ -1589,7 +1589,7 @@ function smarty_resource_db_trusted($tpl_name, &$smarty)
The insert function is supposed to return the result which will be
- substituted in place of the {insert} tag in the
+ substituted in place of the insert tag in the
template.