X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=7ec036dec45eed5a3c39541e3cf27a133d8e1b3a;hb=e4f2484cb5899da6d98e0be6db465ca011989e04;hp=a731ead1cef01ff69bef8ba45a4165b13d52b773;hpb=f5e2d7879276d25b1de2cd493db1712bf9d96b0e;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index a731ead1ce..7ec036dec4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 [] [] + * \li Params: : word to remove + : 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.