From a719aa497383892f2528ade94331e2082c133338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Pant=C5=AF=C4=8Dek?= Date: Thu, 13 Apr 2023 22:39:28 +0200 Subject: [PATCH] Document environment module. --- doc/support.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/support.md b/doc/support.md index 50196d2..350d77b 100644 --- a/doc/support.md +++ b/doc/support.md @@ -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.