diff options
| author | Eli Zaretskii | 2001-12-04 18:21:44 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-12-04 18:21:44 +0000 |
| commit | 273a39301b3938e98c9007c4ede317852c83a0e9 (patch) | |
| tree | 30b6a8f547aed1c932bba5c4ed10c01f26381bf8 | |
| parent | 90e742e08f1c0a63a2c886d22afeff6e5578e9c2 (diff) | |
| download | emacs-273a39301b3938e98c9007c4ede317852c83a0e9.tar.gz emacs-273a39301b3938e98c9007c4ede317852c83a0e9.zip | |
Fix wording of the save-abbrevs feature; from RMS.
Remove the obsolete notes about the +++ markings.
| -rw-r--r-- | etc/NEWS | 17 |
1 files changed, 4 insertions, 13 deletions
| @@ -82,9 +82,10 @@ to your .emacs to revert to the old behavior. | |||
| 82 | 82 | ||
| 83 | +++ | 83 | +++ |
| 84 | ** Emacs now reads the standard abbrevs file ~/.abbrev_defs | 84 | ** Emacs now reads the standard abbrevs file ~/.abbrev_defs |
| 85 | automatically at startup, if it exists. And it always offers to save | 85 | automatically at startup, if it exists. When Emacs offers to save |
| 86 | abbrevs (if you have changed them) when if offers to save modified | 86 | modified buffers, it saves the abbrevs too if they have changed. It |
| 87 | buffers. | 87 | can do this either silently or asking for confirmation first, |
| 88 | according to the value of `save-abbrebvs'. | ||
| 88 | 89 | ||
| 89 | ** Display of hollow cursors now obeys the buffer-local value (if any) | 90 | ** Display of hollow cursors now obeys the buffer-local value (if any) |
| 90 | of `cursor-in-non-selected-windows' in the buffer that the cursor | 91 | of `cursor-in-non-selected-windows' in the buffer that the cursor |
| @@ -2839,11 +2840,6 @@ patterns are checked against file contents instead of file names. | |||
| 2839 | 2840 | ||
| 2840 | * Lisp changes in Emacs 21.1 (see following page for display-related features) | 2841 | * Lisp changes in Emacs 21.1 (see following page for display-related features) |
| 2841 | 2842 | ||
| 2842 | Note that +++ before an item means the Lisp manual has been updated. | ||
| 2843 | --- means that I have decided it does not need to be in the Lisp manual. | ||
| 2844 | When you add a new item, please add it without either +++ or --- | ||
| 2845 | so I will know I still need to look at it -- rms. | ||
| 2846 | |||
| 2847 | ** The new package rx.el provides an alternative sexp notation for | 2843 | ** The new package rx.el provides an alternative sexp notation for |
| 2848 | regular expressions. | 2844 | regular expressions. |
| 2849 | 2845 | ||
| @@ -3847,11 +3843,6 @@ below). | |||
| 3847 | 3843 | ||
| 3848 | * New Lisp-level Display features in Emacs 21.1 | 3844 | * New Lisp-level Display features in Emacs 21.1 |
| 3849 | 3845 | ||
| 3850 | Note that +++ before an item means the Lisp manual has been updated. | ||
| 3851 | --- means that I have decided it does not need to be in the Lisp manual. | ||
| 3852 | When you add a new item, please add it without either +++ or --- | ||
| 3853 | so I will know I still need to look at it -- rms. | ||
| 3854 | |||
| 3855 | ** The function tty-suppress-bold-inverse-default-colors can be used | 3846 | ** The function tty-suppress-bold-inverse-default-colors can be used |
| 3856 | to make Emacs avoid displaying text with bold black foreground on TTYs. | 3847 | to make Emacs avoid displaying text with bold black foreground on TTYs. |
| 3857 | 3848 | ||