diff --git a/devel/format/stylesheet/prim-style-misc.en.tm b/devel/format/stylesheet/prim-style-misc.en.tm index bac94df..c24d7e5 100644 --- a/devel/format/stylesheet/prim-style-misc.en.tm +++ b/devel/format/stylesheet/prim-style-misc.en.tm @@ -1,4 +1,4 @@ - + @@ -6,15 +6,14 @@ <\explain> - >|arg-n>>|arg-n> <|explain> - This primitive allows the user to implement macros in . The - primitive applies the function or macro - to the arguments until - . For instance, the code > yields ``''. + This primitive allows the user to implement macros in . The + primitive applies the function or macro to + the arguments until . For instance, the + code > + yields ``''. The arguments until are evaluated and then passed as trees to . When defining a macro which @@ -28,17 +27,17 @@ It has been foreseen that the accessability of the macro arguments and is preserved for this kind of definitions. - However, since does not heuristically analyze your - code, you will have to manually set the - properties using . + However, since does not heuristically analyze your + code, you will have to manually set the properties using + . - Notice also that the function should - only rely on secure scheme functions (and not on functions like + Notice also that the function should only + rely on secure scheme functions (and not on functions like which may erase your hard disk). User implemented - functions in plug-ins may be defined to be secure using - the option. Alternatively, the user may define all - routines to be secure in - . + functions in plug-ins may be defined to be secure using the + option. Alternatively, the user may define all + routines to be secure in . <\explain> @@ -67,7 +66,7 @@ . The optional argument may be used in order to specify that the flag should only be visible if the macro argument corresponds to an accessible part of the document. - For instance, automatically generated labels for section titles + For instance, automatically generates labels for section titles (so as to include them in the table of contents), but it is undesirable to display informative flags for such labels.