diff options
| author | Eli Zaretskii | 2012-10-20 16:56:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2012-10-20 16:56:09 +0200 |
| commit | 71aa63da789e39ef49a2716fb977d2ea0e2d5f07 (patch) | |
| tree | 64c9e1adc680af69b60fac4c943d517c6d6b4c35 /lib-src | |
| parent | cab4f71ebd565c2f7dc0f8d4987785926202bcde (diff) | |
| download | emacs-71aa63da789e39ef49a2716fb977d2ea0e2d5f07.tar.gz emacs-71aa63da789e39ef49a2716fb977d2ea0e2d5f07.zip | |
Fix a typo in lib-src/ChangeLog.
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 02561c4aa3a..40da102620b 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | 4 | ||
| 5 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> | 5 | 2012-10-20 Eli Zaretskii <eliz@gnu.org> |
| 6 | 6 | ||
| 7 | Prevent silent omission of doc strings from uncompile Lisp files. | 7 | Prevent silent omission of doc strings from uncompiled Lisp files. |
| 8 | * make-docfile.c (scan_lisp_file): Barf if called with a .el file | 8 | * make-docfile.c (scan_lisp_file): Barf if called with a .el file |
| 9 | other than one of a small list of supported un-compiled files. | 9 | other than one of a small list of supported un-compiled files. |
| 10 | 10 | ||