aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-12-02 10:33:46 +0000
committerGerd Moellmann1999-12-02 10:33:46 +0000
commit38de963131fc014a3af953dd4ca5a7820a786f02 (patch)
tree2477b659657a4cbbec0fa724e7333ea0a5ef4cb1
parenta8050bff074281701a3ac20d3e54f1d70d881b3b (diff)
downloademacs-38de963131fc014a3af953dd4ca5a7820a786f02.tar.gz
emacs-38de963131fc014a3af953dd4ca5a7820a786f02.zip
Add description of changed outline-regexp/new outline-level for
Emacs Lisp 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