]> git.lyx.org Git - lyx.git/blobdiff - src/LyXAction.cpp
Implement LFUN_SPELLING_REMOVE (patch from switt)
[lyx.git] / src / LyXAction.cpp
index a731ead1cef01ff69bef8ba45a4165b13d52b773..7ec036dec45eed5a3c39541e3cf27a133d8e1b3a 100644 (file)
@@ -1015,6 +1015,17 @@ void LyXAction::init()
  * \endvar
  */
                { LFUN_SPELLING_IGNORE, "spelling-ignore", ReadOnly, Edit },
+/*!
+ * \var lyx::FuncCode lyx::LFUN_SPELLING_REMOVE
+ * \li Action: Remove the word under the cursor from the respective
+ *             spell checker dictionary.
+ * \li Syntax: spelling-remove [<STRING>] [<LANG>]
+ * \li Params: <WORD>: word to remove
+               <LANG>: language name (see file languages)
+ * \li Origin: SWitt, 28 July 2010
+ * \endvar
+ */
+               { LFUN_SPELLING_REMOVE, "spelling-remove", ReadOnly, Edit },
 /*!
  * \var lyx::FuncCode lyx::LFUN_THESAURUS_ENTRY
  * \li Action: Look up thesaurus entries with respect to the word under the cursor.