diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.buffer.luadoc | 2 |
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. |