From 68d53c01b0b8e9a007a6a30158c19e34b2d2a34e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Gustavsson?= Date: Wed, 18 May 2016 15:53:35 +0200 Subject: Update STDLIB documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Language cleaned up by the technical writers xsipewe and tmanevik from Combitech. Proofreading and corrections by Björn Gustavsson and Hans Bolinder. --- lib/stdlib/doc/src/erl_expand_records.xml | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'lib/stdlib/doc/src/erl_expand_records.xml') diff --git a/lib/stdlib/doc/src/erl_expand_records.xml b/lib/stdlib/doc/src/erl_expand_records.xml index 93e464c733..7e4aa2db37 100644 --- a/lib/stdlib/doc/src/erl_expand_records.xml +++ b/lib/stdlib/doc/src/erl_expand_records.xml @@ -26,33 +26,35 @@ erl_expand_records Hans Bolinder - nobody + - nobody - no + + 2005-12-23 PA1 - erl_expand_records.sgml + erl_expand_records.xml erl_expand_records - Expands Records in a Module + Expands records in a module. +

This module expands records in a module.

+ - Expand all records in a module + Expand all records in a module.

Expands all records in a module. The returned module has no - references to records, neither attributes nor code.

+ references to records, attributes, or code.

See Also -

The abstract format - documentation in ERTS User's Guide

+

Section The Abstract Format + in ERTS User's Guide.

-- cgit v1.2.3