source/text/scalc/01/func_lambda.xhp | 3 +++ 1 file changed, 3 insertions(+)
New commits: commit b5093b055cc9624fd921f3ff3a78cdbdcb2476ff Author: Olivier Hallot <[email protected]> AuthorDate: Mon Jul 13 08:19:20 2026 -0300 Commit: Olivier Hallot <[email protected]> CommitDate: Mon Jul 13 14:18:02 2026 +0200 Add index bookmark for LAMBDA function Change-Id: Iea420f5078d5e471690df8cd8d595add488d59fe Reviewed-on: https://gerrit.libreoffice.org/c/help/+/208021 Reviewed-by: Olivier Hallot <[email protected]> Tested-by: Jenkins diff --git a/source/text/scalc/01/func_lambda.xhp b/source/text/scalc/01/func_lambda.xhp index 28ae5d255f..e01ab32e9a 100644 --- a/source/text/scalc/01/func_lambda.xhp +++ b/source/text/scalc/01/func_lambda.xhp @@ -17,6 +17,9 @@ </meta> <body> <bookmark id="bm_id851783693005888" branch="hid/SC_HID_FUNC_LAMBDA_MS" localize="false"/> +<bookmark branch="index" id="bm_id831783941073575"> +<bookmark_value>LAMBDA function</bookmark_value> +</bookmark> <section id="lambda"> <h1 id="hd_id371783693005888"><variable id="h1"><link href="text/scalc/01/func_lambda.xhp">LAMBDA</link></variable></h1> <description id="par_id921783693005888">The LAMBDA function creates custom functions, enabling you to write reusable formulas with different inputs. It also supports advanced features like recursion and higher-order functions.</description>
