From 4945513b66637ad26071838f06e44075c7d098a5 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Tue, 29 Oct 2013 23:41:16 -0400 Subject: More documentation updates. --- core/.buffer.luadoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 1d3b946d..b1265c2e 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -66,7 +66,7 @@ -- -- The default value is `buffer.ANNOTATION_HIDDEN`. -- @field auto_c_auto_hide (bool) --- Automatically hide the autocompletion or user list when no entries match +-- Automatically cancel the autocompletion or user list when no entries match -- typed text. -- The default value is `true`. -- @field auto_c_cancel_at_start (bool) @@ -1448,7 +1448,7 @@ function fold_children(buffer, line, action) end function fold_line(buffer, line, action) end --- --- Types a Form Feed ("\f") character at the caret position. +-- Types a Form Feed character ("\f") at the caret position. -- @param buffer The buffer. function form_feed(buffer) end -- cgit v1.2.3