docs: small fixes (#26154)

This commit is contained in:
dundargoc
2023-11-27 10:43:13 +01:00
committed by GitHub
parent 574d25642f
commit 2c16c6a6c4
8 changed files with 15 additions and 15 deletions

View File

@@ -115,7 +115,7 @@ lua_State *get_global_lstate(void)
/// Convert lua error into a Vim error message
///
/// @param lstate Lua interpreter state.
/// @param[in] msg Message base, must contain one `%s`.
/// @param[in] msg Message base, must contain one `%*s`.
void nlua_error(lua_State *const lstate, const char *const msg)
FUNC_ATTR_NONNULL_ALL
{