aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/.buffer.luadoc
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-02-28 17:48:55 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2019-02-28 17:48:55 -0500
commit35104dac8710976644d6199a7465d094a35dbcae (patch)
tree670e408c67cc6519168cff5a90ac92bf6dc50f9f /core/.buffer.luadoc
parent394df4e2f0da003922cf802c27d2407f63ad8d97 (diff)
Fixed some LuaDoc.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r--core/.buffer.luadoc2
1 files changed, 1 insertions, 1 deletions
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.