Mercurial > emacs
changeset 26541:ce6bf7b42bc7
--with-syntax-table changed.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 22 Nov 1999 15:14:45 +0000 |
parents | 224b06716349 |
children | 0d41332e3819 |
files | etc/NEWS |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Nov 22 14:56:24 1999 +0000 +++ b/etc/NEWS Mon Nov 22 15:14:45 1999 +0000 @@ -582,9 +582,9 @@ (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.