aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 81e3e2c8e3e..e2ac49bad0f 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -344,6 +344,11 @@ The default mode has been changed from `plain-tex-mode' to
344 to show locations in LaTeX documents where a particular entry has 344 to show locations in LaTeX documents where a particular entry has
345 been cited. 345 been cited.
346 346
347** Emacs Lisp mode now allows multiple levels of outline headings.
348The level of a heading is determined from the number of leading
349semicolons in a heading line. Toplevel forms starting with a `('
350in column 1 are always made leaves.
351
347** The M-x time-stamp command (most commonly used on write-file-hooks) 352** The M-x time-stamp command (most commonly used on write-file-hooks)
348has the following new features: 353has the following new features:
349 354