Mercurial > emacs
comparison etc/NEWS @ 98990:b4de76fc59ca
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 21 Oct 2008 14:52:51 +0000 |
parents | 963907407a09 |
children | c965a401b9ac |
comparison
equal
deleted
inserted
replaced
98989:963907407a09 | 98990:b4de76fc59ca |
---|---|
502 The mode bits can be specified in symbolic notation, like with GNU | 502 The mode bits can be specified in symbolic notation, like with GNU |
503 Coreutils, in addition to an octal number. | 503 Coreutils, in addition to an octal number. |
504 | 504 |
505 *** If you set find-file-confirm-nonexistent-file to t, then C-x C-f | 505 *** If you set find-file-confirm-nonexistent-file to t, then C-x C-f |
506 requires confirmation before opening a non-existent file. | 506 requires confirmation before opening a non-existent file. |
507 | |
508 *** `next-error-recenter' specifies how next-error should recenter the | |
509 visited source file. Its value can be a number (for example, 0 for | |
510 top line, -1 for bottom line), or nil for no recentering. | |
507 | 511 |
508 | 512 |
509 * New Modes and Packages in Emacs 23.1 | 513 * New Modes and Packages in Emacs 23.1 |
510 | 514 |
511 ** FIXME add details of new packages imported from lisp/gnus. | 515 ** FIXME add details of new packages imported from lisp/gnus. |
1640 | 1644 |
1641 *** bookmark provides `bookmark-make-record-function' so special major | 1645 *** bookmark provides `bookmark-make-record-function' so special major |
1642 modes like Info can teach bookmark.el how to save and restore the | 1646 modes like Info can teach bookmark.el how to save and restore the |
1643 relevant data. | 1647 relevant data. |
1644 | 1648 |
1645 *** `next-error-recenter' specifies how next-error should recenter the | |
1646 visited source file. Its value can be a number (for example, 0 for | |
1647 top line, -1 for bottom line), or nil for no recentering. | |
1648 | |
1649 *** `fill-forward-paragraph-function' specifies which function the | 1649 *** `fill-forward-paragraph-function' specifies which function the |
1650 filling code should use to find paragraph boundaries. | 1650 filling code should use to find paragraph boundaries. |
1651 | 1651 |
1652 *** `custom-note-var-changed' tells Custom to treat the change in a | 1652 *** `custom-note-var-changed' tells Custom to treat the change in a |
1653 certain variable as having been made within Custom. | 1653 certain variable as having been made within Custom. |