diff --git a/source/lex.tex b/source/lex.tex index 7c81810132..528c8fcbb9 100644 --- a/source/lex.tex +++ b/source/lex.tex @@ -201,8 +201,8 @@ \begin{note} Previously translated translation units can be preserved individually or in libraries. The separate translation units of a program communicate\iref{basic.link} by (for example) -calls to functions whose identifiers have external or module linkage, -manipulation of objects whose identifiers have external or module linkage, or +calls to functions whose names have external or module linkage, +manipulation of variables whose names have external or module linkage, or manipulation of data files. \end{note}