From 81a176818d42b03f4d429bb51d5b8e70091c783f Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 27 May 2009 15:51:56 +0000 Subject: [PATCH] grammar git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29866 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXFunc.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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; -- 2.39.2