diff options
| author | Chong Yidong | 2012-01-29 15:35:58 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-01-29 15:35:58 +0800 |
| commit | 837a390a91191e20dfe8684eee0849edc28ebc8f (patch) | |
| tree | f7d5f66ccf08090543563b9ced85ad1b39258d2b /doc/lispref/ChangeLog | |
| parent | 0f29fa41ac3b0cb7660133281039b25a8a5330c9 (diff) | |
| download | emacs-837a390a91191e20dfe8684eee0849edc28ebc8f.tar.gz emacs-837a390a91191e20dfe8684eee0849edc28ebc8f.zip | |
* doc/lispref/syntax.texi (Syntax Class Table): Tweak description of newline char syntax.
Fixes: debbugs:9619
Diffstat (limited to 'doc/lispref/ChangeLog')
| -rw-r--r-- | doc/lispref/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 207c0797f69..8f949eb24dd 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-01-29 Chong Yidong <cyd@gnu.org> | 1 | 2012-01-29 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * syntax.texi (Syntax Class Table): Tweak description of newline | ||
| 4 | char syntax (Bug#9619). | ||
| 5 | |||
| 3 | * numbers.texi (Predicates on Numbers): Fix wholenump/natnump | 6 | * numbers.texi (Predicates on Numbers): Fix wholenump/natnump |
| 4 | description (Bug#10189). | 7 | description (Bug#10189). |
| 5 | 8 | ||