aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier1999-10-19 18:08:23 +0000
committerStefan Monnier1999-10-19 18:08:23 +0000
commit863476d170da062fd5e4cfdeea27538666ba07ad (patch)
tree4c8232aa39851e1037a22e089d98bf8fd602b3f0 /etc
parent138a8f12c0713220a00f2834095309c16715e8a5 (diff)
downloademacs-863476d170da062fd5e4cfdeea27538666ba07ad.tar.gz
emacs-863476d170da062fd5e4cfdeea27538666ba07ad.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 090bdf18c7a..c5776a0b57c 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -351,11 +351,6 @@ print-level, print-length, and debug-on-error based on the
351customizable variables eval-expression-print-level, 351customizable variables eval-expression-print-level,
352eval-expression-print-length, and eval-expression-debug-on-error. 352eval-expression-print-length, and eval-expression-debug-on-error.
353 353
354** syntax tables now understand nested comments.
355To declare a comment syntax as allowing nesting, just add an `n'
356modifier to either of the characters of the comment end and the comment
357start sequences.
358
359** Dired changes 354** Dired changes
360 355
361*** New variable `dired-recursive-deletes' determines if the delete 356*** New variable `dired-recursive-deletes' determines if the delete
@@ -486,6 +481,11 @@ Note that +++ before an item means the Lisp manual has been updated.
486When you add a new item, please add it without either +++ or --- 481When you add a new item, please add it without either +++ or ---
487so I will know I still need to look at it -- rms. 482so I will know I still need to look at it -- rms.
488 483
484** syntax tables now understand nested comments.
485To declare a comment syntax as allowing nesting, just add an `n'
486modifier to either of the characters of the comment end and the comment
487start sequences.
488
489** The function `pixmap-spec-p' has been renamed `bitmap-spec-p' 489** The function `pixmap-spec-p' has been renamed `bitmap-spec-p'
490because `bitmap' is more in line with the usual X terminology. 490because `bitmap' is more in line with the usual X terminology.
491 491