This commit is contained in:
Juergen Spitzmueller 2022-10-31 07:52:11 +01:00
parent 077ccf905d
commit ca89c6c18e

View File

@ -582,7 +582,7 @@ void InsetIndex::doDispatch(Cursor & cur, FuncRequest & cmd)
case LFUN_PARAGRAPH_BREAK: {
// Since this inset in single-par anyway, let's use
// return to enter subentryes
// return to enter subentries
FuncRequest fr(LFUN_INDEXMACRO_INSERT, "subentry");
lyx::dispatch(fr);
break;