summaryrefslogtreecommitdiff
path: root/manual/ctype.texi
diff options
context:
space:
mode:
Diffstat (limited to 'manual/ctype.texi')
-rw-r--r--manual/ctype.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/ctype.texi b/manual/ctype.texi
index 2b97dfbf66..8e8db4a88a 100644
--- a/manual/ctype.texi
+++ b/manual/ctype.texi
@@ -75,7 +75,7 @@ Returns true if @var{c} is an alphabetic character (a letter). If
@code{isalpha} is also true.
In some locales, there may be additional characters for which
-@code{isalpha} is true--letters which are neither upper case nor lower
+@code{isalpha} is true---letters which are neither upper case nor lower
case. But in the standard @code{"C"} locale, there are no such
additional characters.
@end deftypefun