diff options
| author | Glenn Morris | 2018-02-16 16:33:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2018-02-16 16:33:36 -0500 |
| commit | 9ab3df197f1ee7f23df30f554209b863369f06ee (patch) | |
| tree | 7a36bd8eb04f44ef57f78f0c8d8300423fb274ee /src/character.h | |
| parent | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff) | |
| download | emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/character.h')
| -rw-r--r-- | src/character.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.h b/src/character.h index c716885d46b..1f21b2ad330 100644 --- a/src/character.h +++ b/src/character.h | |||
| @@ -693,7 +693,7 @@ INLINE int | |||
| 693 | char_table_translate (Lisp_Object obj, int ch) | 693 | char_table_translate (Lisp_Object obj, int ch) |
| 694 | { | 694 | { |
| 695 | /* This internal function is expected to be called with valid arguments, | 695 | /* This internal function is expected to be called with valid arguments, |
| 696 | so there is a eassert instead of CHECK_xxx for the sake of speed. */ | 696 | so there is an eassert instead of CHECK_xxx for the sake of speed. */ |
| 697 | eassert (CHAR_VALID_P (ch)); | 697 | eassert (CHAR_VALID_P (ch)); |
| 698 | eassert (CHAR_TABLE_P (obj)); | 698 | eassert (CHAR_TABLE_P (obj)); |
| 699 | obj = CHAR_TABLE_REF (obj, ch); | 699 | obj = CHAR_TABLE_REF (obj, ch); |