diff --git a/ChangeLog b/ChangeLog index c14b7245a4ad9169532338b49d23704f9109b560..b818786093d69892d4f095e0000e6c31d62ba4d9 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 df318b61bc2a0fb258835a304e45e1777b9ea328..35d18820ef31cbb672cb451929574add7a01fa5b 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