From db8afd272025c23d5ee953ba32254b3321d28368 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Thu, 22 May 2008 23:34:54 +0000 Subject: [PATCH] The purpose prize. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@24893 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyXAction.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 0ea5f3f54e..eeb343ee23 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -773,6 +773,13 @@ void LyXAction::init() * \endvar */ { LFUN_REPEAT, "repeat", NoBuffer, Edit }, +/*! + * \var lyx::FuncCode lyx::LFUN_CHARS_TRANSPOSE + * \li Action: Transposes the character at the cursor with the one before it. + * \li Syntax: chars-transpose + * \li Author: Lgb, 25 Apr 2001 + * \endvar + */ { LFUN_CHARS_TRANSPOSE, "chars-transpose", Noop, Edit }, { LFUN_DEPTH_DECREMENT, "depth-decrement", Noop, Edit },