From 346da75166be39d591ae46d0869fa1eaf2262348 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 7 Jan 2010 16:37:38 +0000 Subject: [PATCH] LFuns generation is currently sensitive to tabs in the descriptions. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32837 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 6829f993f0..a90cd936db 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -3451,15 +3451,15 @@ void LyXAction::init() * \li Action: Apply the given commands on insets of a given name. WARNING: use at your own risks; this function gives you too many ways of - shooting yourself in the foot. A typical example is + shooting yourself in the foot. A typical example is inset-forall Note note-insert which starts an infinite loop. This is mitigated by the fact that the number of actions is arbitrarily limited to 1000. * \li Syntax: inset-forall - If is *, all insets are matched. + : Type of Inset. If is *, all insets are matched. * \li Sample: The name is used like for InsetLayout in layout files: "Note" matches all note insets, while "Note:Note" only matches LyX - yellow note insets. The following command closes all note insets + yellow note insets. The following command closes all note insets \n inset-forall Note inset-toggle close * \li Origin: lasgouttes, 27 Nov 2009 * \endvar -- 2.39.5