From 1f5ab90586e6f41cb827966dac789c2deab9a359 Mon Sep 17 00:00:00 2001 From: sammyette Date: Sun, 9 Jul 2023 23:41:25 -0400 Subject: [PATCH] docs: update --- docs/api/hilbish/hilbish.editor.md | 2 +- emmyLuaDocs/hilbish.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/hilbish/hilbish.editor.md b/docs/api/hilbish/hilbish.editor.md index 55c49ec..d75d4c2 100644 --- a/docs/api/hilbish/hilbish.editor.md +++ b/docs/api/hilbish/hilbish.editor.md @@ -23,7 +23,7 @@ Inserts text into the line. ### getChar() -> string Reads a keystroke from the user. This is in a format -of something like Ctrl-L. +of something like Ctrl-L.. ### setVimRegister(register, text) Sets the vim register at `register` to hold the passed text. diff --git a/emmyLuaDocs/hilbish.lua b/emmyLuaDocs/hilbish.lua index 50de52c..9646b8e 100644 --- a/emmyLuaDocs/hilbish.lua +++ b/emmyLuaDocs/hilbish.lua @@ -41,7 +41,7 @@ function hilbish.editor.getVimRegister(register) end function hilbish.editor.insert(text) end --- Reads a keystroke from the user. This is in a format ---- of something like Ctrl-L. +--- of something like Ctrl-L.. function hilbish.editor.getChar() end --- Sets the vim register at `register` to hold the passed text.