From bbc718633e8c9428b0fadddf6aec810f9346e7ff Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Fri, 14 Apr 2017 14:41:36 -0500
Subject: [PATCH] docs: mention that also numbercolor overrides boldtext

---
 doc/nano.texi | 5 +++--
 doc/nanorc.5  | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/doc/nano.texi b/doc/nano.texi
index 7a5631d2..e4e34752 100644
--- a/doc/nano.texi
+++ b/doc/nano.texi
@@ -672,8 +672,9 @@ Do backwards searches by default.
 
 @item set boldtext
 Use bold instead of reverse video for the titlebar, statusbar, key combos,
-and selected text.  This can be overridden for the first three by setting
-the options @code{titlecolor}, @code{statuscolor}, and @code{keycolor}.
+line numbers, and selected text.  This can be overridden for the first four
+by setting the options @code{titlecolor}, @code{statuscolor}, @code{keycolor},
+and @code{numbercolor}.
 
 @item set brackets "@var{string}"
 Set the characters treated as closing brackets when justifying
diff --git a/doc/nanorc.5 b/doc/nanorc.5
index 878218b1..88e210f0 100644
--- a/doc/nanorc.5
+++ b/doc/nanorc.5
@@ -75,8 +75,9 @@ Do backwards searches by default.
 .TP
 .B set boldtext
 Use bold instead of reverse video for the titlebar, statusbar, key combos,
-and selected text.  This can be overridden for the first three by setting
-the options \fBtitlecolor\fP, \fBstatuscolor\fP, and \fBkeycolor\fP.
+line numbers, and selected text.  This can be overridden for the first four
+by setting the options \fBtitlecolor\fP, \fBstatuscolor\fP, \fBkeycolor\fP,
+and \fBnumbercolor\fP.
 .TP
 .B set brackets "\fIstring\fP"
 Set the characters treated as closing brackets when justifying
-- 
GitLab