From e56a4397f79b0ec98faa6692eceea2a1ee78267b Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Sat, 4 Feb 2017 02:48:24 +0100 Subject: [PATCH] [multibyte.strings] Move punctuation out of \term. --- source/lib-intro.tex | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/source/lib-intro.tex b/source/lib-intro.tex index 29c4ba456e..f2f54a5429 100644 --- a/source/lib-intro.tex +++ b/source/lib-intro.tex @@ -829,13 +829,10 @@ \rSec5[multibyte.strings]{Multibyte strings} \pnum -A \indextext{NTBS}% \indextext{NTMBS}% -\term{null-terminated multibyte string,} -or \ntmbs, -\indextext{string!null-terminated multibyte}% -is an \ntbs that constitutes a +A \defnx{null-terminated multibyte string}{string!null-terminated multibyte}, +or \ntmbs, is an \ntbs that constitutes a sequence of valid multibyte characters, beginning and ending in the initial shift state.\footnote{An \ntbs that contains characters only from the basic execution character set is also an \ntmbs.