Mercurial > emacs
changeset 98990:b4de76fc59ca
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 21 Oct 2008 14:52:51 +0000 |
parents | 963907407a09 |
children | c965a401b9ac |
files | etc/NEWS |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- 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.