aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e41e8183900..2d2623f25a1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -192,8 +192,9 @@ displays a buffer menu. This option turns the buffer menu off.
192 192
193+++ 193+++
194** Init file changes 194** Init file changes
195You can now put the init files .emacs and .emacs_SHELL under 195If the init file ~/.emacs does not exist, Emacs will try
196~/.emacs.d or directly under ~. Emacs will find them in either place. 196~/.emacs.d/init.el or ~/.emacs.d/init.elc. You can also put the shell
197init file .emacs_SHELL under ~/.emacs.d.
197 198
198+++ 199+++
199** Emacs now reads the standard abbrevs file ~/.abbrev_defs 200** Emacs now reads the standard abbrevs file ~/.abbrev_defs