diff options
author | Gerd Moellmann <gerd@gnu.org> | 1999-11-22 15:14:45 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 1999-11-22 15:14:45 +0000 |
commit | 03d9c64c3ebebbf34b3e847a9b2f34cead83cb32 (patch) | |
tree | c67f27a24cddd8e960b04b86fc02ed3580fa48ed | |
parent | 7624a507f5ffeebaaaea3e0e9741c3345a35897e (diff) | |
download | emacs-03d9c64c3ebebbf34b3e847a9b2f34cead83cb32.tar.gz |
--with-syntax-table changed.
-rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -582,9 +582,9 @@ specified table. (with-syntax-table TABLE &rest BODY) Evaluate BODY with syntax table of current buffer set to a copy of -TABLE. Point, mark, current buffer, and syntax table are saved, BODY -is evaluated, and the saved values are restored, even in case of an -abnormal exit. Value is what BODY returns. +TABLE. The current syntax table is saved, BODY is evaluated, and the +saved table is restored, even in case of an abnormal exit. Value is +what BODY returns. ** The optional argument BUFFER of function file-local-copy has been removed since it wasn't used by anything. |