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

Adding tag for design.mps.doc.fmt.macro.

This commit is contained in:
Richard Brooksby 2023-02-15 13:42:22 +00:00
parent 7ef86c751c
commit aaa6aa228d

View file

@ -218,9 +218,9 @@ is translated into a ``c:macro`` directive::
.. c:macro:: RING_FOR(node, ring, next)
Macros are identified by having names consisting of capital letters,
numbers, and underscore, or appearing in the list of exceptions given
by the ``MACROS`` global in designs.py.
_`.fmt.macro`: Macros are identified by having names consisting of
capital letters, numbers, and underscore, or appearing in the list of
exceptions given by the ``MACROS`` global in designs.py.
_`.fmt.type-def`: A paragraph consisting of a type definition on a
single line formatted as code, for example::