Browse Source

doc/syntax: escape '@' to fix a warning.

Fix the following warning:
doc/syntax.texi:147: warning: Accent command `@"' must not be followed by whitespace
tags/n1.0
Clément Bœsch 13 years ago
parent
commit
f0c15ecd45
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/syntax.texi

+ 1
- 1
doc/syntax.texi View File

@@ -144,7 +144,7 @@ The undefined value can be expressed using the "0:0" string.
@section Color

It can be the name of a color (case insensitive match) or a
[0x|#]RRGGBB[AA] sequence, possibly followed by "@" and a string
[0x|#]RRGGBB[AA] sequence, possibly followed by "@@" and a string
representing the alpha component.

The alpha component may be a string composed by "0x" followed by an


Loading…
Cancel
Save