1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Fix typo.

Copied from Perforce
 Change: 181591
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-05-07 19:01:59 +01:00
parent de37f254c1
commit ff11f1798d

View file

@ -364,7 +364,7 @@ actually test that ``key`` appears in the table, not just that some key
with the same hash does.)
When a table is rehashed, call :c:func:`mps_ld_reset` to clear the
location dependency, and the :c:func:`mps_ld_add` for each key before it is added back to the table.
location dependency, and then :c:func:`mps_ld_add` for each key before it is added back to the table.
.. note::