diff --git a/source/basic.tex b/source/basic.tex index 3af64d3e5c..de3d6ce813 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -933,8 +933,8 @@ certain \grammarterm{elaborated-type-specifier}s\iref{dcl.type.elab} target a larger enclosing scope. \item -Block-scope extern declarations target a larger enclosing scope -but bind a name in their immediate scope. +Block-scope extern or function declarations target a larger enclosing scope +but bind a name in their immediate scope\iref{dcl.meaning.general}. \item The names of unscoped enumerators are bound in the two innermost enclosing scopes\iref{dcl.enum}.