diff options
Diffstat (limited to 'help.lua')
-rw-r--r-- | help.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/help.lua b/help.lua index 145692f..d91be3c 100644 --- a/help.lua +++ b/help.lua @@ -147,5 +147,5 @@ function current_shape(State, shape) end function bullet_indent() - return App.width(to_text('* ')) + return App.width('* ') end |