aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-08-07 08:30:10 +0200
committerKarel Kočí <cynerd@email.cz>2016-08-07 08:30:10 +0200
commitbbfae8426156de76783ca73f3a11e0e4bcb24650 (patch)
tree860eeafc6794295c7de6f168ba8168cbe83cd586 /docs
parentc0c651208b8ca374bd9aa2fc7705a6b85160e11b (diff)
downloadgeml-bbfae8426156de76783ca73f3a11e0e4bcb24650.tar.gz
geml-bbfae8426156de76783ca73f3a11e0e4bcb24650.tar.bz2
geml-bbfae8426156de76783ca73f3a11e0e4bcb24650.zip
Project rename
Diffstat (limited to 'docs')
-rw-r--r--docs/builtin_commands.md6
-rw-r--r--docs/syntax.md4
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/builtin_commands.md b/docs/builtin_commands.md
index 79222ad..48f5a5b 100644
--- a/docs/builtin_commands.md
+++ b/docs/builtin_commands.md
@@ -19,8 +19,8 @@ $limit(0)$include(file)$endlimit
```
### $load(...)
-This loads additional modules. sgp searches with precedence for modules in file
-directory and in paths defined by environment variable `SGPMODULES`. `NAME` is in
+This loads additional modules. Geml searches with precedence for modules in file
+directory and in paths defined by environment variable `GEMLMODULES`. `NAME` is in
such case relative path to module, but also absolute path can be used.
Be aware that modules stays loaded even after current file preprocessing is
@@ -100,7 +100,7 @@ specify any shell command in `CMD`.
`TEXT` is printed to error output and spg is terminated.
### $warning(TEXT)
-`TEXT` is printed to error output, but sgp continuous preprocessing text.
+`TEXT` is printed to error output, but geml continuous preprocessing text.
### $info(TEXT)
Simply prints `TEXT` to standard output. If standard output is used as output of
diff --git a/docs/syntax.md b/docs/syntax.md
index fa00287..1f195ed 100644
--- a/docs/syntax.md
+++ b/docs/syntax.md
@@ -53,8 +53,8 @@ Special macros
--------------
These macros has special meaning. They can't be redefined, but can be overloaded
using modules. And they are not defined in processed text.
-### SGP_VERSION
-Expands to version of sgp tool.
+### GEML_VERSION
+Expands to version of geml tool.
### FILE
Expands to name of file that is processed. This macro is not changing during whole
preprocessing. Note that you can use it in included files to identify name of