diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -2331,7 +2331,9 @@ configuration files. | |||
| 2331 | ** The new function syntax-after returns the syntax code | 2331 | ** The new function syntax-after returns the syntax code |
| 2332 | of the character after a specified buffer position, taking account | 2332 | of the character after a specified buffer position, taking account |
| 2333 | of text properties as well as the character code. | 2333 | of text properties as well as the character code. |
| 2334 | It returns the value compatibly with char-syntax. | 2334 | It returns the value compatibly with char-syntax, except |
| 2335 | that the value can be a list (SYNTAX . MATCHER) which says | ||
| 2336 | what the matching character is. | ||
| 2335 | 2337 | ||
| 2336 | +++ | 2338 | +++ |
| 2337 | ** The new primitive `get-internal-run-time' returns the processor | 2339 | ** The new primitive `get-internal-run-time' returns the processor |