Mercurial > emacs
comparison etc/NEWS @ 61803:3456137bbbbb
Mark syntax-class as documented.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sun, 24 Apr 2005 15:07:23 +0000 |
parents | 74e9414d9598 |
children | d15bf442151d |
comparison
equal
deleted
inserted
replaced
61802:771d6fce67b1 | 61803:3456137bbbbb |
---|---|
2827 +++ | 2827 +++ |
2828 *** The new function syntax-after returns the syntax code | 2828 *** The new function syntax-after returns the syntax code |
2829 of the character after a specified buffer position, taking account | 2829 of the character after a specified buffer position, taking account |
2830 of text properties as well as the character code. | 2830 of text properties as well as the character code. |
2831 | 2831 |
2832 +++ | |
2832 *** `syntax-class' extracts the class of a syntax code (as returned | 2833 *** `syntax-class' extracts the class of a syntax code (as returned |
2833 by syntax-after). | 2834 by syntax-after). |
2834 | 2835 |
2835 +++ | 2836 +++ |
2836 *** New function `line-number-at-pos' returns line number of current | 2837 *** New function `line-number-at-pos' returns line number of current |