aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2001-12-04 18:21:44 +0000
committerEli Zaretskii2001-12-04 18:21:44 +0000
commit273a39301b3938e98c9007c4ede317852c83a0e9 (patch)
tree30b6a8f547aed1c932bba5c4ed10c01f26381bf8
parent90e742e08f1c0a63a2c886d22afeff6e5578e9c2 (diff)
downloademacs-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/NEWS17
1 files changed, 4 insertions, 13 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fa734471966..f3c3b195158 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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
85automatically at startup, if it exists. And it always offers to save 85automatically at startup, if it exists. When Emacs offers to save
86abbrevs (if you have changed them) when if offers to save modified 86modified buffers, it saves the abbrevs too if they have changed. It
87buffers. 87can do this either silently or asking for confirmation first,
88according 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)
90of `cursor-in-non-selected-windows' in the buffer that the cursor 91of `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
2842Note 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.
2844When you add a new item, please add it without either +++ or ---
2845so 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
2848regular expressions. 2844regular 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
3850Note 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.
3852When you add a new item, please add it without either +++ or ---
3853so 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
3856to make Emacs avoid displaying text with bold black foreground on TTYs. 3847to make Emacs avoid displaying text with bold black foreground on TTYs.
3857 3848