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.c | |
| parent | 66a4e651f3cf38c320d1a9d5ae6f88dcc641792b (diff) | |
| download | emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.tar.gz emacs-9ab3df197f1ee7f23df30f554209b863369f06ee.zip | |
; Fix doc typos related to indefinite articles
Diffstat (limited to 'src/character.c')
| -rw-r--r-- | src/character.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/character.c b/src/character.c index fa817a50317..deac1fa22ec 100644 --- a/src/character.c +++ b/src/character.c | |||
| @@ -983,7 +983,7 @@ alphabeticp (int c) | |||
| 983 | || gen_cat == UNICODE_CATEGORY_Nl); | 983 | || gen_cat == UNICODE_CATEGORY_Nl); |
| 984 | } | 984 | } |
| 985 | 985 | ||
| 986 | /* Return true if C is a alphabetic or decimal-number character. */ | 986 | /* Return true if C is an alphabetic or decimal-number character. */ |
| 987 | bool | 987 | bool |
| 988 | alphanumericp (int c) | 988 | alphanumericp (int c) |
| 989 | { | 989 | { |