X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLexer.h;h=7f1f1a00f091735cfaf6105b74ab05b144d92392;hb=4a75fe0310ac64a079edab0c07d8f8eebaf519c0;hp=072bc6e20a5a6f9e39d83ff0a412d761a41d601e;hpb=e7645f24391648fb08cf6b6d808fcabec76be744;p=lyx.git diff --git a/src/Lexer.h b/src/Lexer.h index 072bc6e20a..7f1f1a00f0 100644 --- a/src/Lexer.h +++ b/src/Lexer.h @@ -111,7 +111,7 @@ public: int lex(); /** Just read the next word. If esc is true remember that - some chars might be escaped: "\ atleast + some chars might be escaped: "\ at least */ bool next(bool esc = false);