Mercurial > emacs
comparison etc/NEWS @ 58047:f770ded5ea67
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 08 Nov 2004 17:00:42 +0000 |
parents | fcf98b0adadc |
children | feacddf3c14b |
comparison
equal
deleted
inserted
replaced
58046:e24a83048e7b | 58047:f770ded5ea67 |
---|---|
2329 * Lisp Changes in Emacs 21.4 | 2329 * Lisp Changes in Emacs 21.4 |
2330 | 2330 |
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 |
2338 run time used by Emacs since start-up. | 2340 run time used by Emacs since start-up. |
2339 | 2341 |