From 86aa40af6469a58bc0592581e5d2b7fc927d6396 Mon Sep 17 00:00:00 2001 From: TorchedSammy Date: Thu, 21 Apr 2022 16:19:31 +0000 Subject: [PATCH] docs: [ci] generate new docs --- docs/hilbish.txt | 2 +- emmyLuaDocs/hilbish.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hilbish.txt b/docs/hilbish.txt index e86af79..922b866 100644 --- a/docs/hilbish.txt +++ b/docs/hilbish.txt @@ -26,7 +26,7 @@ what text to use as an inline hint. The callback is passed 2 arguments: the current line and the position. It is expected to return a string which will be used for the hint. -inputMode(mode) > Sets the input mode for Hilbish's line reader. Accepts either emacs for vim +inputMode(mode) > Sets the input mode for Hilbish's line reader. Accepts either emacs or vim interval(cb, time) > Runs the `cb` function every `time` milliseconds. Returns a `timer` object (see `doc timers`). diff --git a/emmyLuaDocs/hilbish.lua b/emmyLuaDocs/hilbish.lua index f8c4380..0bcc84c 100644 --- a/emmyLuaDocs/hilbish.lua +++ b/emmyLuaDocs/hilbish.lua @@ -47,7 +47,7 @@ function hilbish.highlighter(cb) end --- @param cb function function hilbish.hinter(cb) end ---- Sets the input mode for Hilbish's line reader. Accepts either emacs for vim +--- Sets the input mode for Hilbish's line reader. Accepts either emacs or vim --- @param mode string function hilbish.inputMode(mode) end