From eaeca93c739742eeffa6ec753ff018705e10f92e Mon Sep 17 00:00:00 2001 From: Marc Coquand Date: Sat, 18 May 2024 14:10:28 -0500 Subject: Update docs --- bin/main.ml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin') diff --git a/bin/main.ml b/bin/main.ml index 64ef144..a4df716 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -59,7 +59,7 @@ let envs = let headlines_cmd = - let doc = "write notes seperately and compose" in + let doc = "write notes separately and compose" in let author = [ `S Manpage.s_authors; `P "Marc Coquand (mccd.space)" ] in let bugs = [ `S Manpage.s_bugs; `P "Email bug reports to ~marcc/stitch-general@lists.sr.ht." ] @@ -144,8 +144,8 @@ let headlines_cmd = [ `S "COMMANDS" ; `P "" ; `P - "You can run arbitrary commands in Stitch. These commands can make use of \ - variable substitutions. Available substitutions are" + "You can run arbitrary commands in Stitch. These commands can make use of the \ + variable substitutions below." ; `I ("%(file)", "Currently selected file") ; `I ("%(line)", "Currently selected content") ] -- cgit v1.2.3