diff options
| author | Stefan Kangas | 2020-10-02 17:56:41 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2020-10-03 12:53:51 +0200 |
| commit | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (patch) | |
| tree | 3aca6458654c798933cad21f07a823f33e310cdb /admin | |
| parent | d22fe0ec3a321ea222ad2f25c52c7eddea4375df (diff) | |
| download | emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.tar.gz emacs-ceae38b9338ea07b18b2d2efa07bcf304d40c23d.zip | |
; Fix trivial typos in ChangeLogs
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/ChangeLog.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/ChangeLog.1 b/admin/ChangeLog.1 index 3cbc9ebbd44..7a576a03123 100644 --- a/admin/ChangeLog.1 +++ b/admin/ChangeLog.1 | |||
| @@ -181,7 +181,7 @@ | |||
| 181 | 181 | ||
| 182 | * grammars/c.by (opt-brackets-after-symbol): New. | 182 | * grammars/c.by (opt-brackets-after-symbol): New. |
| 183 | (multi-stage-dereference): Use it. Add rules for explicit | 183 | (multi-stage-dereference): Use it. Add rules for explicit |
| 184 | matching the last dereference. We cannot just juse | 184 | matching the last dereference. We cannot just use |
| 185 | 'namespace-symbol' as a single rule, since this would match too | 185 | 'namespace-symbol' as a single rule, since this would match too |
| 186 | greedy and mess with parsing default values of variables. | 186 | greedy and mess with parsing default values of variables. |
| 187 | 187 | ||
| @@ -1258,7 +1258,7 @@ | |||
| 1258 | 2012-06-13 Andreas Schwab <schwab@linux-m68k.org> | 1258 | 2012-06-13 Andreas Schwab <schwab@linux-m68k.org> |
| 1259 | 1259 | ||
| 1260 | * make-emacs: Rename --union-type to --check-lisp-type. | 1260 | * make-emacs: Rename --union-type to --check-lisp-type. |
| 1261 | Define CHECK_LISP_OBJECT_TYPE insted of USE_LISP_UNION_TYPE. | 1261 | Define CHECK_LISP_OBJECT_TYPE instead of USE_LISP_UNION_TYPE. |
| 1262 | * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from | 1262 | * CPP-DEFINES (DEBUG_LISP_OBJECT_TYPE): Rename from |
| 1263 | USE_LISP_UNION_TYPE. | 1263 | USE_LISP_UNION_TYPE. |
| 1264 | 1264 | ||