*** empty log message ***

This commit is contained in:
Eli Zaretskii 2008-10-21 14:54:04 +00:00
parent 80e6b6df5e
commit d2c52e2690

View file

@ -505,6 +505,10 @@ Coreutils, in addition to an octal number.
*** 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
@ -1638,14 +1642,11 @@ sequence invoking the current command was found by shift-translation.
*** `window-point-insertion-type' determines the insertion-type of the
marker used for window-point.
---
*** bookmark provides `bookmark-make-record-function' so special major
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.