From 35104dac8710976644d6199a7465d094a35dbcae Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 28 Feb 2019 17:48:55 -0500 Subject: Fixed some LuaDoc. --- core/.buffer.luadoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/.buffer.luadoc') diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index cb601620..44547331 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -2857,7 +2857,7 @@ function toggle_fold(buffer, line) end -- @param line The line number in *buffer* to toggle the fold on and display -- *text* after. -- @param text The text to display after the line. -function toggle_fold_display_text(buffer, line, text) end +function toggle_fold_show_text(buffer, line, text) end --- -- Undoes the most recent action. -- cgit v1.2.3