diff options
| author | Chong Yidong | 2012-09-08 22:23:01 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-09-08 22:23:01 +0800 |
| commit | 6dcef6eca79b118976211b05552880be2ddf014a (patch) | |
| tree | 9cc3ed07ef27e620c14afe91c2c8193787f82834 /src/ChangeLog | |
| parent | fa2bcf435d9774c0e8542ba36b11ef4722f9675c (diff) | |
| download | emacs-6dcef6eca79b118976211b05552880be2ddf014a.tar.gz emacs-6dcef6eca79b118976211b05552880be2ddf014a.zip | |
Introduce "raw syntax descriptor" terminology, and use it.
* syntax.texi (Syntax Table Internals): Define "raw syntax
descriptor" terminology.
(Syntax Descriptors): Mention raw syntax descriptors.
* lisp/subr.el (syntax-after, syntax-class): Doc fix.
* syntax.c (Fstring_to_syntax): Doc fix.
Fixes: debbugs:12383
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 40647d79589..ec6e39ad0b5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-09-08 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * syntax.c (Fstring_to_syntax): Doc fix. | ||
| 4 | |||
| 1 | 2012-09-08 Jan Djärv <jan.h.d@swipnet.se> | 5 | 2012-09-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 6 | ||
| 3 | * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe | 7 | * nsterm.m (ns_clip_to_row): Remove code that deals with drawing fringe |