aboutsummaryrefslogtreecommitdiff
path: root/doc/grecs-syntax.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/grecs-syntax.texi')
-rw-r--r--doc/grecs-syntax.texi15
1 files changed, 12 insertions, 3 deletions
diff --git a/doc/grecs-syntax.texi b/doc/grecs-syntax.texi
index a7738d6..2ddedea 100644
--- a/doc/grecs-syntax.texi
+++ b/doc/grecs-syntax.texi
@@ -111,9 +111,12 @@ The default include search path is:
where @var{prefix} is the installation prefix.
@c FIXME: Uncomment this, if necessary:
-@c FIXME: New directories can be appended in front of it using @option{-I}
-@c FIXME: (@option{--include-directory}) command line option
-@c FIXME: (@pxref{Preprocessor, include-directory}).
+@ignore
+New directories can be appended in front of it using @option{-I}
+(@option{--include-directory}) command line option
+(@pxref{Preprocessor, include-directory}).
+}
+@end ignore
@kwindex #include_once
@item #include_once <@var{file}>
@@ -216,6 +219,11 @@ physical lines, e.g.:
If the character following a backslash is not one of those specified
above, the backslash is ignored and a warning is issued.
+@c FIXME: If grecs_parser_options variable has
+@c FIXME: GRECS_OPTION_QUOTED_STRING_CONCAT bit set, then the
+@c FIXME: following holds:
+
+@ignore
Two or more adjacent quoted strings are concatenated, which gives
another way to split long strings over several lines to improve
readability. The following fragment produces the same result as the
@@ -227,6 +235,7 @@ example above:
" split over several lines"
@end group
@end smallexample
+@end ignore
@anchor{here-document}
@item Here-document

Return to:

Send suggestions and report system problems to the System administrator.