Document environment module.

This commit is contained in:
Dominik Pantůček 2023-04-13 22:39:28 +02:00
parent 32adf19033
commit a719aa4973

View file

@ -421,3 +421,14 @@ the evaluation. If the test passes, prints "." like all tests from
this module do.
### Environment
(import environment)
Basic UNIX environment support.
(edit-file file-path)
* ```file-path``` - path to file to edit
Runs the editor specified by the environment variable EDITOR or - if
unset - the editor binary.