diff options
| author | Gerd Moellmann | 1999-12-02 10:33:46 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-12-02 10:33:46 +0000 |
| commit | 38de963131fc014a3af953dd4ca5a7820a786f02 (patch) | |
| tree | 2477b659657a4cbbec0fa724e7333ea0a5ef4cb1 | |
| parent | a8050bff074281701a3ac20d3e54f1d70d881b3b (diff) | |
| download | emacs-38de963131fc014a3af953dd4ca5a7820a786f02.tar.gz emacs-38de963131fc014a3af953dd4ca5a7820a786f02.zip | |
Add description of changed outline-regexp/new outline-level for
Emacs Lisp mode.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -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. | ||
| 348 | The level of a heading is determined from the number of leading | ||
| 349 | semicolons in a heading line. Toplevel forms starting with a `(' | ||
| 350 | in 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) |
| 348 | has the following new features: | 353 | has the following new features: |
| 349 | 354 | ||