From a2f413c0356dcd54ca3eb7141f073312918fdc60 Mon Sep 17 00:00:00 2001 From: Georg Baum Date: Thu, 21 Apr 2005 13:03:45 +0000 Subject: [PATCH] fix FuncStatus documentation git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9848 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/FuncStatus.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/FuncStatus.h b/src/FuncStatus.h index 6db5832d96..054b7db818 100644 --- a/src/FuncStatus.h +++ b/src/FuncStatus.h @@ -23,7 +23,9 @@ private: enum StatusCodes { /// Command can be executed OK = 0, - /// It is unknown wether the command can be executed or not + /// This command does not exist, possibly because it is not + /// compiled in (e.g. LFUN_THESAURUS) or the user mistyped + /// it in the minibuffer. UNKNOWN commands have no menu entry. UNKNOWN = 1, /// Command cannot be executed DISABLED = 2, -- 2.39.2