Correct function name

This commit is contained in:
Juergen Spitzmueller 2020-12-24 10:55:10 +01:00
parent 18f7dce3d9
commit 0521051938

View File

@ -95,7 +95,7 @@
* paragraph-select is a new convenience function to select the paragraph * paragraph-select is a new convenience function to select the paragraph
surrounding the actual cursor position. surrounding the actual cursor position.
* split-inset is a new convenience function that splits an inset into two at the given * inset-split is a new convenience function that splits an inset into two at the given
cursor position. This is only implemented for text insets currently. cursor position. This is only implemented for text insets currently.
* tabular-style-insert: Insert a table in a specified style. * tabular-style-insert: Insert a table in a specified style.