Shorten an overlong set_color example in the man page

The `set_color normal` text had a comment that caused
the example to wrap to the next line in an 80 column window.
Shorten the comment so the example fits on one line.
This commit is contained in:
ridiculousfish 2016-07-24 17:04:01 -07:00
parent 46fba342db
commit 450d4be88f

View file

@ -39,7 +39,7 @@ Note 3: `set_color` works by printing sequences of characters to its stdout. If
set_color red; echo "Roses are red"
set_color blue; echo "Violets are blue"
set_color 62A; echo "Eggplants are dark purple"
set_color normal; echo "Normal is nice" # This will reset background, too
set_color normal; echo "Normal is nice" # Resets the background too
\endfish
\subsection set_color-detection Terminal Capability Detection