*c.texi (Character Constants): Fix a typo, 'namss'.
This commit is contained in:
parent
212029ee3d
commit
5b7ccd80e2
2
c.texi
2
c.texi
|
@ -4582,7 +4582,7 @@ constant looks like @code{'\\'}.
|
||||||
Here are all the escape sequences that represent specific characters
|
Here are all the escape sequences that represent specific characters
|
||||||
in a character constant. The numeric values shown are the
|
in a character constant. The numeric values shown are the
|
||||||
corresponding ASCII character codes, as decimal numbers. The comments
|
corresponding ASCII character codes, as decimal numbers. The comments
|
||||||
give the characters' conventional or traditional namss, as well as the
|
give the characters' conventional or traditional names, as well as the
|
||||||
appearance for graphical characters.
|
appearance for graphical characters.
|
||||||
|
|
||||||
@example
|
@example
|
||||||
|
|
Loading…
Reference in New Issue