]> git.lyx.org Git - features.git/commitdiff
* Doxy.
authorPavel Sanda <sanda@lyx.org>
Tue, 17 Jun 2008 23:44:00 +0000 (23:44 +0000)
committerPavel Sanda <sanda@lyx.org>
Tue, 17 Jun 2008 23:44:00 +0000 (23:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25299 a592a061-630c-0410-9148-cb99ea01b6c8

src/LyXAction.cpp

index 75c004849deb5cbfbd653ba09a5ced292176b24c..223cbf57f57d09c99145783ab7f10c1969ae00a7 100644 (file)
@@ -1951,6 +1951,15 @@ void LyXAction::init()
  */
                { LFUN_FINISHED_LEFT, "", ReadOnly, Hidden },
 
+/*!
+ * \var lyx::FuncCode lyx::LFUN_LANGUAGE
+ * \li Action: Set language from the current cursor position.
+ * \li Syntax: language <LANG>
+ * \li Params: <LANG>: Requested language. Look in lib/languages for
+                       the list.
+ * \li Origin: Dekel, 2 Mar 2000
+ * \endvar
+ */
                { LFUN_LANGUAGE, "language", Noop, Edit },
 
 /*!