diff --git a/docs/en/designers/language-builtin-functions/language-function-include-php.xml b/docs/en/designers/language-builtin-functions/language-function-include-php.xml
index e7982bd0..e89263fc 100644
--- a/docs/en/designers/language-builtin-functions/language-function-include-php.xml
+++ b/docs/en/designers/language-builtin-functions/language-function-include-php.xml
@@ -124,22 +124,24 @@
-
diff --git a/docs/en/designers/language-custom-functions/language-function-html-options.xml b/docs/en/designers/language-custom-functions/language-function-html-options.xml
index b4d5b5fa..ea7b06a0 100644
--- a/docs/en/designers/language-custom-functions/language-function-html-options.xml
+++ b/docs/en/designers/language-custom-functions/language-function-html-options.xml
@@ -70,12 +70,12 @@
If the optional name attribute is given, the
- tags will enclose
+ <select name="groupname"></select> tags will enclose
the option list. Otherwise only the option list is generated.
All parameters that are not in the list above are printed as
- name/value-pairs inside the
@@ -153,23 +153,24 @@
+
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+indent-tabs-mode:nil
+sgml-parent-document:nil
+sgml-default-dtd-file:"../../../../manual.ced"
+sgml-exposed-tags:nil
+sgml-local-catalogs:nil
+sgml-local-ecat-files:nil
+End:
+vim600: syn=xml fen fdm=syntax fdl=2 si
+vim: et tw=78 syn=sgml
+vi: ts=1 sw=1
+-->
diff --git a/docs/en/designers/language-custom-functions/language-function-html-radios.xml b/docs/en/designers/language-custom-functions/language-function-html-radios.xml
index f3348fa8..0b28950d 100644
--- a/docs/en/designers/language-custom-functions/language-function-html-radios.xml
+++ b/docs/en/designers/language-custom-functions/language-function-html-radios.xml
@@ -72,7 +72,7 @@
All parameters that are not in the list above are printed as
- name/value-pairs inside each of the created -tags.
+ name/value-pairs inside each of the created <input>-tags.