From 2633114b8ed60629a70d1c26ccf7eeb911ec879c Mon Sep 17 00:00:00 2001 From: Benno Schulenberg Date: Fri, 1 Jun 2018 15:31:32 +0200 Subject: [PATCH] docs: add a missing double quote in the default brackets string It was accidentally lost three years ago, in commit 7e1bc82d. Also improve the description of this option in the other documents. --- doc/nano.texi | 2 +- doc/nanorc.5 | 2 +- doc/sample.nanorc.in | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/nano.texi b/doc/nano.texi index 571b9bfe..36e08e79 100644 --- a/doc/nano.texi +++ b/doc/nano.texi @@ -735,7 +735,7 @@ Set the characters treated as closing brackets when justifying paragraphs. This may not include blank characters. Only closing punctuation (see @code{set punct}), optionally followed by the specified closing brackets, can end sentences. The default value is -@t{"')>]@}"}. +@t{""')>]@}"}. @item set casesensitive Do case-sensitive searches by default. diff --git a/doc/nanorc.5 b/doc/nanorc.5 index 1df12082..de62dcaf 100644 --- a/doc/nanorc.5 +++ b/doc/nanorc.5 @@ -93,7 +93,7 @@ setting the options \fBtitlecolor\fP, \fBstatuscolor\fP, \fBkeycolor\fP, .B set brackets "\fIstring\fP" Set the characters treated as closing brackets when justifying paragraphs. This may not include blank characters. Only closing -punctuation (see \fBpunct\fP), optionally followed by the specified +punctuation (see \fBset punct\fP), optionally followed by the specified closing brackets, can end sentences. The default value is "\fB"')>]}\fP". .TP .B set casesensitive diff --git a/doc/sample.nanorc.in b/doc/sample.nanorc.in index 30cf577f..f42f0602 100644 --- a/doc/sample.nanorc.in +++ b/doc/sample.nanorc.in @@ -37,10 +37,9 @@ ## Use bold text instead of reverse video text. # set boldtext -## The characters treated as closing brackets when justifying -## paragraphs. They cannot contain blank characters. Only closing -## punctuation, optionally followed by closing brackets, can end -## sentences. +## The characters treated as closing brackets when justifying paragraphs. +## This may not include any blank characters. Only closing punctuation, +## optionally followed by these closing brackets, can end sentences. # set brackets ""')>]}" ## Do case-sensitive searches by default.