From: Jean-Marc Lasgouttes Date: Wed, 27 May 2009 15:51:56 +0000 (+0000) Subject: grammar X-Git-Tag: 2.0.0~6433 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=81a176818d42b03f4d429bb51d5b8e70091c783f;p=features.git grammar git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29866 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/LyXFunc.cpp b/src/LyXFunc.cpp index 0fa60b1276..1b77dd523c 100644 --- a/src/LyXFunc.cpp +++ b/src/LyXFunc.cpp @@ -563,9 +563,11 @@ FuncStatus LyXFunc::getStatus(FuncRequest const & cmd) const flag = getStatus(func); theTopLevelCmdDef().release(name); } else { - // catch recursion or unknown command definiton - // all operations until the recursion or unknown command - // definiton occures are performed, so set the state to enabled + // catch recursion or unknown command + // definition. all operations until the + // recursion or unknown command definition + // occurs are performed, so set the state to + // enabled enable = true; } break;