summaryrefslogtreecommitdiff
path: root/src/xfaces.c
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-12-23 18:21:10 +0100
committerStefan Kangas <stefankangas@gmail.com>2022-12-26 10:42:02 +0100
commit2608e5edcca5094b61b4ccebcef160cc2bfd7f83 (patch)
tree59e34dc95aa4c1526d6ba7d376ab0adbeb699935 /src/xfaces.c
parent6c00d126e7fe1f6e42a0c9454c2ab4a29dcd5989 (diff)
downloademacs-2608e5edcca5094b61b4ccebcef160cc2bfd7f83.tar.gz
; Fix typos
(cherry picked from commit a5d39e11443fa30c8e8bc58254a1a59550dcd99e)
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 be4a7ca71cc..663386dc25b 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -7280,7 +7280,7 @@ syms_of_xfaces (void)
DEFVAR_BOOL ("face-filters-always-match", face_filters_always_match,
doc: /* Non-nil means that face filters are always deemed to match.
This variable is intended for use only by code that evaluates
-the "specifity" of a face specification and should be let-bound
+the "specificity" of a face specification and should be let-bound
only for this purpose. */);
DEFVAR_LISP ("face--new-frame-defaults", Vface_new_frame_defaults,