From 336b0ecbca58324761f973666f0d40fac3661797 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sat, 7 Mar 2015 21:48:15 +0000
Subject: [PATCH] Improving the indentation of some lists in the nanorc man
 page.

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@5130 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog        | 1 +
 doc/man/nanorc.5 | 9 ++++++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index baae2834..b09b3cfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,7 @@
 	* doc/man/nanorc.5, doc/texinfo/nano.texi: Add a note about the
 	inherent imperfection of using regular expressions for syntax
 	highlighting, as suggested by Mike Frysinger in bug #30962.
+	* doc/man/nanorc.5: Improve the indentation of some lists.
 
 GNU nano 2.3.99pre2 - 2015.02.27
 2015-02-25  Chris Allegretta <chrisa@asty.org>
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index 41d0f064..e1658fc2 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -347,7 +347,8 @@ menus where it exists by using \fBall\fP).
 
 .TP
 The format of \fIkey\fP should be one of:
-.TP
+.RS 3
+.TP 3
 .B ^
 followed by an alpha character or the word "Space".
 Example: ^C
@@ -359,10 +360,11 @@ Example: M-C
 .B F
 followed by a numeric value from 1 to 16.
 Example: F10
-.TP
+.RE
 
+.TP
 Valid \fIfunction\fP names to be bound include:
-
+.RS 3
 .TP 2
 .B help
 Invokes the help viewer.
@@ -675,6 +677,7 @@ The 'go to directory' menu in the file browser.
 A special name that encompasses all menus.
 For \fBbind\fR it means all menus where the specified \fIfunction\fR exists;
 for \fBunbind\fR it means all menus where the specified \fIkey\fR exists.
+.RE
 
 .SH FILES
 .TP
-- 
GitLab