doc: Cleanup for #2099

Said PR changed the behavior of `undercurl` in the TUI, but didn't
document it.
This commit is contained in:
Michael Reed 2015-03-08 17:17:47 -04:00
parent bb7aa04e61
commit c60dd09408

View File

@ -4527,7 +4527,7 @@ term={attr-list} *attr-list* *highlight-term* *E418*
following items (in any order): following items (in any order):
bold bold
underline underline
undercurl not always available undercurl a curly underline
reverse reverse
inverse same as reverse inverse same as reverse
italic italic
@ -4536,9 +4536,8 @@ term={attr-list} *attr-list* *highlight-term* *E418*
Note that "bold" can be used here and by using a bold font. They Note that "bold" can be used here and by using a bold font. They
have the same effect. have the same effect.
"undercurl" is a curly underline. When "undercurl" is not possible If running in a terminal, "undercurl" acts as an alias for "underline".
then "underline" is used. In general "undercurl" is only available in It is set using |highlight-guisp|.
the GUI. The color is set with |highlight-guisp|.
start={term-list} *highlight-start* *E422* start={term-list} *highlight-start* *E422*
stop={term-list} *term-list* *highlight-stop* stop={term-list} *term-list* *highlight-stop*