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

Deprecate mv. make deprecation notices consistent.

Copied from Perforce
 Change: 180280
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2012-11-02 14:26:55 +00:00
parent 979961ecd7
commit 0c2ac9a398
2 changed files with 6 additions and 6 deletions

View file

@ -7,14 +7,14 @@
MV (Manual Variable)
====================
.. deprecated:: starting with version 1.111.
:ref:`pool-mvt` or :ref:`pool-mvff` should be used instead.
**MV** is a general-purpose :term:`manually managed <manual memory
management>` :term:`pool class` that manages :term:`blocks` of
variable size.
.. warning::
:ref:`pool-mvt` or :ref:`pool-mvff` should be used instead.
.. index::
single: MV; properties

View file

@ -775,7 +775,7 @@ Protection interface
.. c:function:: void mps_arena_unsafe_expose_remember_protection(mps_arena_t arena)
.. deprecated:: starting with 1.111.
.. deprecated:: starting with version 1.111.
Ensure that the MPS is not protecting any :term:`page` in the
:term:`arena` with a :term:`read barrier` or :term:`write
@ -812,7 +812,7 @@ Protection interface
.. c:function:: void mps_arena_unsafe_restore_protection(mps_arena_t arena)
.. deprecated:: starting with 1.111.
.. deprecated:: starting with version 1.111.
Restore the remembered protection state for an :term:`arena`.