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:
parent
8ea9e64eb9
commit
ddd25ef4c9
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue