1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-30 09:00:31 -08:00

Correct documentation for mps_root_create_area_tagged.

Copied from Perforce
 Change: 192718
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2016-11-09 15:25:10 +00:00
parent 9b24f5826a
commit 154e876ab0

View file

@ -544,7 +544,8 @@ Root interface
``base`` points to the first word to be scanned.
``limit`` points to the location just beyond the end of the area to be scanned.
``limit`` points to the location just beyond the end of the area
to be scanned.
``scan_area`` is an area scanning function, for example
:c:func:`mps_scan_area`, or a similar user-defined function. See
@ -578,7 +579,8 @@ Root interface
``base`` points to a vector of tagged references.
``count`` is the number of tagged references in the vector.
``limit`` points to the location just beyond the end of the vector
of tagged references.
``scan_area`` is an tagged area scanning function that will be
used to scan the area, for example :c:func:`mps_scan_area_tagged`