X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flyx2lyx%2Flyx_2_1.py;h=af9f1e6d76c2edf59dc51d9ba7673f46e1523b7b;hb=edaf28fdd6a64ce277a1c5f39d99a6568485887f;hp=d370112aa5d71c3446a7d461a2fb48639a4993b1;hpb=a68b0389bca578e9c9f2e048d69beef5eef4d88f;p=lyx.git diff --git a/lib/lyx2lyx/lyx_2_1.py b/lib/lyx2lyx/lyx_2_1.py index d370112aa5..af9f1e6d76 100644 --- a/lib/lyx2lyx/lyx_2_1.py +++ b/lib/lyx2lyx/lyx_2_1.py @@ -59,7 +59,7 @@ def revert_Argument_to_TeX_brace(document, line, endline, n, nmax, environment, usage: revert_Argument_to_TeX_brace(document, LineOfBegin, LineOfEnd, StartArgument, EndArgument, isEnvironment, isOpt) LineOfBegin is the line of the \\begin_layout or \\begin_inset statement - LineOfEnd is the line of the \end_layout or \end_inset statement, if "0" is given, the end of the file is used instead + LineOfEnd is the line of the \\end_layout or \\end_inset statement, if "0" is given, the end of the file is used instead StartArgument is the number of the first argument that needs to be converted EndArgument is the number of the last argument that needs to be converted or the last defined one isEnvironment must be true, if the layout is for a LaTeX environment @@ -1060,7 +1060,7 @@ def convert_table_rotation(document): def convert_listoflistings(document): - 'Convert ERT \lstlistoflistings to TOC lstlistoflistings inset' + r'Convert ERT \lstlistoflistings to TOC lstlistoflistings inset' # We can support roundtrip because the command is so simple i = 0 while True: