diff options
| author | Eli Zaretskii | 2021-06-15 18:10:45 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2021-06-15 18:10:45 +0300 |
| commit | 9dde254e96417167fcd90f2af9ca8d2f656024e8 (patch) | |
| tree | 399a802073ad0120e1246519baa3f07e89932ef0 | |
| parent | 8be9d4a1568c34aed753b085d5d33daef5dfa797 (diff) | |
| download | emacs-9dde254e96417167fcd90f2af9ca8d2f656024e8.tar.gz emacs-9dde254e96417167fcd90f2af9ca8d2f656024e8.zip | |
; * etc/NEWS: Fix a typo in the recent change.
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -2852,8 +2852,9 @@ customize them. | |||
| 2852 | 2852 | ||
| 2853 | +++ | 2853 | +++ |
| 2854 | ** New function 'syntax-class-to-char'. | 2854 | ** New function 'syntax-class-to-char'. |
| 2855 | This does the almost the opposite of 'string-to-syntax' -- it returns | 2855 | This does almost the opposite of 'string-to-syntax' -- it returns the |
| 2856 | the syntax descriptor (a character) given a raw syntax descriptor. | 2856 | syntax descriptor (a character) given a raw syntax descriptor (an |
| 2857 | integer). | ||
| 2857 | 2858 | ||
| 2858 | +++ | 2859 | +++ |
| 2859 | ** New function 'buffer-local-boundp'. | 2860 | ** New function 'buffer-local-boundp'. |