aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Kangas2022-07-13 13:00:31 +0200
committerStefan Kangas2022-07-13 13:04:22 +0200
commitba0871bef1e7d321f1124a6ad20e9be158a976dd (patch)
treef8e0ff481dbc96e0a2cbcd188d21728bced77849 /src
parente3e7f31faa69d173c000ddf9f3c77e9cf34efee0 (diff)
downloademacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.tar.gz
emacs-ba0871bef1e7d321f1124a6ad20e9be158a976dd.zip
; Fix typos: prefer American spelling
Diffstat (limited to 'src')
-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",
928 Scolor_values_from_color_spec, 928 Scolor_values_from_color_spec,
929 1, 1, 0, 929 1, 1, 0,
930 doc: /* Parse color SPEC as a numeric color and return (RED GREEN BLUE). 930 doc: /* Parse color SPEC as a numeric color and return (RED GREEN BLUE).
931This function recognises the following formats for SPEC: 931This function recognizes the following formats for SPEC:
932 932
933 #RGB, where R, G and B are hex numbers of equal length, 1-4 digits each. 933 #RGB, where R, G and B are hex numbers of equal length, 1-4 digits each.
934 rgb:R/G/B, where R, G, and B are hex numbers, 1-4 digits each. 934 rgb:R/G/B, where R, G, and B are hex numbers, 1-4 digits each.