From 52a58b14c3978ef23e577ed1f245e8b42f6a0a17 Mon Sep 17 00:00:00 2001 From: TorchedSammy <38820196+TorchedSammy@users.noreply.github.com> Date: Sun, 8 May 2022 15:59:04 -0400 Subject: [PATCH] docs: update nature doc to have new correct info --- docs/nature.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/nature.txt b/docs/nature.txt index 6c29cbf..53df6ca 100644 --- a/docs/nature.txt +++ b/docs/nature.txt @@ -1,8 +1,7 @@ A bit after creation, we have the outside nature. Little plants, seeds, growing to their final phase: a full plant. A lot of Hilbish itself is -written in Go, but there are parts made in Lua, being the `doc` command, -command not executable/found hooks to print a message in the shell, -and other things. +written in Go, but there are parts made in Lua, being most builtins +(`doc`, `cd`, cdr), completions, and other things. Hilbish's Lua core module is called `nature`. It's handled after everything on the Go side initializes, which is what that first sentence was from.