diff options
| -rw-r--r-- | etc/NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -582,9 +582,9 @@ specified table. | |||
| 582 | (with-syntax-table TABLE &rest BODY) | 582 | (with-syntax-table TABLE &rest BODY) |
| 583 | 583 | ||
| 584 | Evaluate BODY with syntax table of current buffer set to a copy of | 584 | Evaluate BODY with syntax table of current buffer set to a copy of |
| 585 | TABLE. Point, mark, current buffer, and syntax table are saved, BODY | 585 | TABLE. The current syntax table is saved, BODY is evaluated, and the |
| 586 | is evaluated, and the saved values are restored, even in case of an | 586 | saved table is restored, even in case of an abnormal exit. Value is |
| 587 | abnormal exit. Value is what BODY returns. | 587 | what 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 |
| 590 | removed since it wasn't used by anything. | 590 | removed since it wasn't used by anything. |