# HG changeset patch # User Eli Zaretskii # Date 1224600771 0 # Node ID b4de76fc59ca70a1beb5144436fd6cd8f45f2b8a # Parent 963907407a09adafc1ea0a5f927174f58f376acd *** empty log message *** diff -r 963907407a09 -r b4de76fc59ca etc/NEWS --- a/etc/NEWS Tue Oct 21 14:45:34 2008 +0000 +++ b/etc/NEWS Tue Oct 21 14:52:51 2008 +0000 @@ -505,6 +505,10 @@ *** If you set find-file-confirm-nonexistent-file to t, then C-x C-f requires confirmation before opening a non-existent file. +*** `next-error-recenter' specifies how next-error should recenter the +visited source file. Its value can be a number (for example, 0 for +top line, -1 for bottom line), or nil for no recentering. + * New Modes and Packages in Emacs 23.1 @@ -1642,10 +1646,6 @@ modes like Info can teach bookmark.el how to save and restore the relevant data. -*** `next-error-recenter' specifies how next-error should recenter the -visited source file. Its value can be a number (for example, 0 for -top line, -1 for bottom line), or nil for no recentering. - *** `fill-forward-paragraph-function' specifies which function the filling code should use to find paragraph boundaries.