diff --git a/doc/user/chapters/using.org b/doc/user/chapters/using.org index cf0d7cc286de80d8124b49937f905d99bec9b49a..2468c877a8e4cad46ddda81d89b4d21bbd70dd32 100644 --- a/doc/user/chapters/using.org +++ b/doc/user/chapters/using.org @@ -67,7 +67,7 @@ <<sec:env_variables>> Some parameters of the Chameleon library can be set to some - default values through environment variables which ar elisted + default values through environment variables which are listed below. Note that the code itself can modify these values through calls to `CHAMELEON_Enable()`, `CHAMELEON_Disable()`, or `CHAMELEON_Set()` (see [[sec:options_routines][Options]]) @@ -840,7 +840,8 @@ * map: apply a user operator on each tile of the matrix **** Options routines - <<sec:options_foutines>> + <<sec:options_routines>> + Enable CHAMELEON feature. #+begin_src int CHAMELEON_Enable (CHAMELEON_enum option);