diff options
| author | 2019-02-28 17:48:55 -0500 | |
|---|---|---|
| committer | 2019-02-28 17:48:55 -0500 | |
| commit | 35104dac8710976644d6199a7465d094a35dbcae (patch) | |
| tree | 670e408c67cc6519168cff5a90ac92bf6dc50f9f | |
| parent | 394df4e2f0da003922cf802c27d2407f63ad8d97 (diff) | |
| download | textadept-35104dac8710976644d6199a7465d094a35dbcae.tar.gz textadept-35104dac8710976644d6199a7465d094a35dbcae.zip | |
Fixed some LuaDoc.
| -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. |
