From: Pavel Sanda Date: Wed, 21 Dec 2022 17:25:29 +0000 (+0100) Subject: * lfun doc X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b9da7617d8417e1d80cfc6759ece401d9eca4c15;p=features.git * lfun doc --- diff --git a/src/LyXAction.cpp b/src/LyXAction.cpp index 4e0b041a46..7ccd2e436b 100644 --- a/src/LyXAction.cpp +++ b/src/LyXAction.cpp @@ -898,7 +898,7 @@ void LyXAction::init() is already associated with the buffer, asking for one if none is yet assigned. * \li Syntax: buffer-write [force] - * \li Params: force: write even if buffer is clean. + * \li Params: force: write even if buffer is not marked as modified. * \endvar */ { LFUN_BUFFER_WRITE, "buffer-write", ReadOnly, Buffer },