aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-22 15:14:45 +0000
committerGerd Moellmann1999-11-22 15:14:45 +0000
commit03d9c64c3ebebbf34b3e847a9b2f34cead83cb32 (patch)
treec67f27a24cddd8e960b04b86fc02ed3580fa48ed
parent7624a507f5ffeebaaaea3e0e9741c3345a35897e (diff)
downloademacs-03d9c64c3ebebbf34b3e847a9b2f34cead83cb32.tar.gz
emacs-03d9c64c3ebebbf34b3e847a9b2f34cead83cb32.zip
--with-syntax-table changed.
-rw-r--r--etc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 9dd02de9494..8c66731422b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -582,9 +582,9 @@ specified table.
582 (with-syntax-table TABLE &rest BODY) 582 (with-syntax-table TABLE &rest BODY)
583 583
584Evaluate BODY with syntax table of current buffer set to a copy of 584Evaluate BODY with syntax table of current buffer set to a copy of
585TABLE. Point, mark, current buffer, and syntax table are saved, BODY 585TABLE. The current syntax table is saved, BODY is evaluated, and the
586is evaluated, and the saved values are restored, even in case of an 586saved table is restored, even in case of an abnormal exit. Value is
587abnormal exit. Value is what BODY returns. 587what BODY returns.
588 588
589** The optional argument BUFFER of function file-local-copy has been 589** The optional argument BUFFER of function file-local-copy has been
590removed since it wasn't used by anything. 590removed since it wasn't used by anything.