remove debug fprintf
[nedit-bw.git] / UnderlineStyle-docs.patch
blobeb12e943856def221c6e4b2c88a11dcaf1f1f869
1 Subject: missing documentaion for UnderlineStyle patch
3 ---
5 doc/help.etx | 2 ++
6 1 file changed, 2 insertions(+)
8 diff --quilt old/doc/help.etx new/doc/help.etx
9 --- old/doc/help.etx
10 +++ new/doc/help.etx
11 @@ -3218,6 +3218,7 @@ Highlighting Information
13 * **bold** -- '1' if style is bold, '0' otherwise
14 * **italic** -- '1' if style is italic, '0' otherwise
15 +* **underline** -- '1' if style is underlined, '0' otherwise
16 * **color** -- Name of the style's color
17 * **background** -- Name of the background color, if any
19 @@ -3234,6 +3235,7 @@ Highlighting Information
20 * **style** -- Name of the highlight style
21 * **bold** -- '1' if style is bold, '0' otherwise
22 * **italic** -- '1' if style is italic, '0' otherwise
23 +* **underline** -- '1' if style is underlined, '0' otherwise
24 * **color** -- Name of the style's color
25 * **rgb** -- Color's RGB values ('#rrggbb')
26 * **background** -- Name of the background color, if any