diff options
| author | Pavel Janík | 2002-02-13 21:29:16 +0000 |
|---|---|---|
| committer | Pavel Janík | 2002-02-13 21:29:16 +0000 |
| commit | 9824692464c094549789f6bd8397eb811268204f (patch) | |
| tree | 029e57728f159963f8ecbe79f73f13fc93787f02 /src | |
| parent | 697c6efc131de9eff30ae9592b354c4d45b9449f (diff) | |
| download | emacs-9824692464c094549789f6bd8397eb811268204f.tar.gz emacs-9824692464c094549789f6bd8397eb811268204f.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog.7 b/src/ChangeLog.7 index 6087877dca7..a35c256128e 100644 --- a/src/ChangeLog.7 +++ b/src/ChangeLog.7 | |||
| @@ -8067,7 +8067,7 @@ Thu May 15 22:21:18 1997 Ken'ichi Handa <handa@diazepam.gnu.ai.mit.edu> | |||
| 8067 | 8067 | ||
| 8068 | * charset.h (unify_char): Extern it. | 8068 | * charset.h (unify_char): Extern it. |
| 8069 | 8069 | ||
| 8070 | * coding.c (Valternate_charset_table): The valiable deleted. | 8070 | * coding.c (Valternate_charset_table): The variable deleted. |
| 8071 | (Venable_character_unification, | 8071 | (Venable_character_unification, |
| 8072 | Vstandard_character_unification_table_for_read, | 8072 | Vstandard_character_unification_table_for_read, |
| 8073 | Vstandard_character_unification_table_for_write, | 8073 | Vstandard_character_unification_table_for_write, |
| @@ -8111,7 +8111,7 @@ Thu May 15 22:21:18 1997 Ken'ichi Handa <handa@diazepam.gnu.ai.mit.edu> | |||
| 8111 | Vfontset_alias_alist. | 8111 | Vfontset_alias_alist. |
| 8112 | (Fquery_fontset): Handle Vfontset_alias_alist. | 8112 | (Fquery_fontset): Handle Vfontset_alias_alist. |
| 8113 | (syms_of_fontset): Terminate each line by `\n\' in doc-string of | 8113 | (syms_of_fontset): Terminate each line by `\n\' in doc-string of |
| 8114 | alternate-fontname-alist. Declare Lisp valiable | 8114 | alternate-fontname-alist. Declare Lisp variable |
| 8115 | fontset-alias-alist. Doc-string of highlight-wrong-size-font | 8115 | fontset-alias-alist. Doc-string of highlight-wrong-size-font |
| 8116 | and clip-large-size-font modified. | 8116 | and clip-large-size-font modified. |
| 8117 | 8117 | ||