Execute BODY as part of a @deffn {CATEGORY} {NAME} [QUALIFIERS] LAMBDA-LIST. CATEGORY, NAME, QUALIFIERS, and LAMBDA-LIST are escaped for Texinfo prior to rendering. LAMBDA-LIST should be provided by ‘safe-lambda-list’ or ‘safe-specializers’, which see. BODY should render on *standard-output*.
Wrapper around ‘clindent’ to avoid quoting SYMBOL and INDENT.
Execute BODY as part of a @deftp {CATEGORY} {NAME} [LAMBDA-LIST] environment.
CATEGORY, NAME, and LAMBDA-LIST are escaped for Texinfo prior to rendering.
LAMBDA-LIST should be provided by ‘safe-lambda-list’, which see.
BODY should render on *standard-output*.
Execute BODY as part of a @defvr {CATEGORY} {NAME} environment. CATEGORY and NAME are escaped for Texinfo prior to rendering. BODY should render on *standard-output*.
Invalidate the stabilization process by adding a new definition. EXPRESSION should evaluate to a new definition. ENDPUSH that definition to DEFINITIONS (a symbol), mark the stabilization process as dirty, and return that definition.
Execute BODY as part of an @item [TITLE]. BODY should render on *standard-output*.
Execute BODY as part of an @itemize KIND environment. KIND should be a string designator. It defaults to @bullet. BODY should render on *standard-output*.
Execute BODY as part of a @multitable @columnFRACTIONS environment. BODY should render on *standard-output*.
Execute BODY with *standard-output* redirected to a string. Return that string.
Execute BODY as part of a @table KIND environment.
KIND should be a string designator. It defaults to @strong.
BODY should render on *standard-output*.