1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 09:11:48 -07:00

Sphinx role for a c variable is :c:data:, not :c:var:.

This commit is contained in:
Gareth Rees 2021-04-05 16:08:19 +01:00
parent 8ea9e64eb9
commit ddd25ef4c9

View file

@ -388,7 +388,7 @@ Arena properties
:term:`result code` if not.
To effectively remove any commit limit, pass the maximum value of
the :c:type:`size_t` type for the :c:var:`limit` argument, that
the :c:type:`size_t` type for the :c:data:`limit` argument, that
is, ``((size_t)-1)``, or :c:macro:`SIZE_MAX` in C99 or later.
See :c:func:`mps_arena_commit_limit` for details.