Eliminate spurious space at eol, and spurious word.

This commit is contained in:
Richard Stallman 2022-09-15 17:05:19 -04:00
parent 15bb28acc0
commit 1fb68e0048
1 changed files with 19 additions and 19 deletions

2
c.texi
View File

@ -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