X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FLyXAction.cpp;h=507a9d03a43d625bc417bd75fb23f797e70ab194;hb=b095996ddaac62b2a9fef4be94ee15d71ac7183b;hp=34693a41282662d13db57337ac3709b413ed7138;hpb=59923085b930e3e9fc1d3c91b248e7f5106190e7;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 34693a4128..507a9d03a4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -475,9 +475,9 @@ void LyXAction::init() * \var lyx::FuncCode lyx::LFUN_SPACE_INSERT * \li Action: Inserts one of horizontal space insets. * \li Syntax: space-insert [] - * \li Params: : normal, protected, thin, quad, qquad, enspace, enskip, - negthinspace, hfill, hfill*, dotfill, hrulefill, hspace, - hspace* \n + * \li Params: : normal, protected, visible, thin, quad, qquad, enspace, + enskip, negthinspace, negmedspace, negthickspace, hfill, + hfill*, dotfill, hrulefill, hspace, hspace* \n : length for custom spaces (hspace, hspace* for protected) * \li Origin: JSpitzm, 20 May 2003, Mar 17 2008 * \endvar @@ -863,7 +863,7 @@ void LyXAction::init() * \li Params: : data is of the form " \n \n - " + " * \li Origin: Andre, Jan 7 2004 * \endvar */ @@ -2947,7 +2947,7 @@ void LyXAction::init() /*! * \var lyx::FuncCode lyx::LFUN_BUFFER_EXPORT * \li Action: Exports the current buffer (document) to the given format. - * \li Syntax: buffer-export + * \li Syntax: buffer-export [] * \li Params: is either "custom" or one of the formats which you can find in Tools->Preferences->File formats->Format. Usual format you will enter is "pdf2" (pdflatex), @@ -2956,6 +2956,9 @@ void LyXAction::init() want to start from and for the command that you want to apply to this format. Internally the control is then passed to #LFUN_BUFFER_EXPORT_CUSTOM. + If present, this argument provides the export destination + filename. Its containing folder will also be the destination + folder, where all the needed external files will be copied. * \li Origin: Lgb, 29 Jul 1997 * \endvar */