From ee150506d831d633713bbe624e6128f3fac21007 Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Sun, 12 Mar 2006 19:47:48 +0000 Subject: [PATCH] cosmetic fix git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3301 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- doc/man/nanorc.5 | 4 ++-- doc/nanorc.sample | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5 index 21427f5f..0a944df5 100644 --- a/doc/man/nanorc.5 +++ b/doc/man/nanorc.5 @@ -39,8 +39,8 @@ Options are unset by default, except for options that take an argument. Quotes inside string parameters don't have to be escaped with backslashes. The last double quote in the string will be treated as its -end. For example, for the brackets option, "\fI'")}]>\fP" will match -\fI'\fP, \fI"\fP, \fI)\fP, \fI}\fP, \fI]\fP, and \fI>\fP. +end. For example, for the brackets option, "\fI"')>]}\fP" will match +\fI"\fP, \fI'\fP, \fI)\fP, \fI>\fP, \fI]\fP, and \fI}\fP. The supported commands and arguments are: diff --git a/doc/nanorc.sample b/doc/nanorc.sample index 9011bd29..90aa336b 100644 --- a/doc/nanorc.sample +++ b/doc/nanorc.sample @@ -11,8 +11,8 @@ ## ## Quotes inside string parameters don't have to be escaped with ## backslashes. The last double quote in the string will be treated as -## its end. For example, for the brackets option, "'")}]>" will match -## ', ", ), }, ], and >. +## its end. For example, for the brackets option, ""')>]}" will match +## ", ', ), >, ], and }. ## Use auto-indentation. # set autoindent -- 2.39.5