From 2a044ee3ea414494beb5ffa66706241f1fb5a195 Mon Sep 17 00:00:00 2001
From: Chris Allegretta <chrisa@asty.org>
Date: Tue, 14 Oct 2008 16:46:58 +0000
Subject: [PATCH] 2008-10-14 Chris Allegretta <chrisa@asty.org>         *
 nanorc.5: Fix redo man page entry and update explanation, reported by        
   Eitan Adler <eitanadlerlist@gmail.com>

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

diff --git a/ChangeLog b/ChangeLog
index c14b7245..b8187860 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-10-14 Chris Allegretta <chrisa@asty.org>
+	* nanorc.5: Fix redo man page entry and update explanation, reported by
+	  Eitan Adler <eitanadlerlist@gmail.com>
+
 2008-10-13 Chris Allegretta <chrisa@asty.org>
 	* Remove CUTTOEND as an undo type as it's unneeded, fix u->to_end logic in undo struct.
 	* undo.c (update_undo): Don't free cutbuffer if NULL, fix for Savannah bug #24499
diff --git a/doc/man/nanorc.5 b/doc/man/nanorc.5
index df318b61..35d18820 100644
--- a/doc/man/nanorc.5
+++ b/doc/man/nanorc.5
@@ -399,8 +399,8 @@ Refresh the screen.
 .B undo
 Undo the text action peformed (add text, delete text, etc).
 .TP
-.B suspend
-Redo the last action which was undone.
+.B redo
+"Re-do" the last undone action (i.e. undo an undo)
 .TP
 .B suspend
 Suspend the editor (if the suspend function is enabled, see the 
-- 
GitLab