X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FLyXAction.cpp;h=507a9d03a43d625bc417bd75fb23f797e70ab194;hb=b095996ddaac62b2a9fef4be94ee15d71ac7183b;hp=92c3ba30a8aba209da45e938956771b997ceef9d;hpb=f5a03ab60186e9c53d50946d859c7c99d6566bb5;p=lyx.git diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 92c3ba30a8..507a9d03a4 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -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 */