Eliminate spurious space at eol, and spurious word.
This commit is contained in:
parent
15bb28acc0
commit
1fb68e0048
2
c.texi
2
c.texi
|
@ -11970,7 +11970,7 @@ foo (int x)
|
||||||
|
|
||||||
@noindent
|
@noindent
|
||||||
This prints the value of @code{x} the function parameter, rather than
|
This prints the value of @code{x} the function parameter, rather than
|
||||||
the value of the file-scope variable @code{x}. However,
|
the value of the file-scope variable @code{x}.
|
||||||
|
|
||||||
Labels (@pxref{goto Statement}) have @dfn{function} scope: each label
|
Labels (@pxref{goto Statement}) have @dfn{function} scope: each label
|
||||||
is visible for the whole of the containing function body, both before
|
is visible for the whole of the containing function body, both before
|
||||||
|
|
Loading…
Reference in New Issue