summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-13 13:00:31 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-13 13:04:22 +0200
commitba0871bef1e7d321f1124a6ad20e9be158a976dd (patch)
treef8e0ff481dbc96e0a2cbcd188d21728bced77849 /src/xfaces.c
parente3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (diff)
downloademacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.gz
; Fix typos: prefer American spelling
Diffstat (limited to 'src/xfaces.c')
-rw-r--r--src/xfaces.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfaces.c b/src/xfaces.c
index 22bd5a81b5b..14555b4f18a 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -928,7 +928,7 @@ DEFUN ("color-values-from-color-spec",
Scolor_values_from_color_spec,
1, 1, 0,
doc: /* Parse color SPEC as a numeric color and return (RED GREEN BLUE).
-This function recognises the following formats for SPEC:
+This function recognizes the following formats for SPEC:
#RGB, where R, G and B are hex numbers of equal length, 1-4 digits each.
rgb:R/G/B, where R, G, and B are hex numbers, 1-4 digits each.