From f09e9d292f31abeac37e83c3558d7b33a6a1abbf Mon Sep 17 00:00:00 2001
From: Michal Nazarewicz <mina86@mina86.com>
Date: Fri, 8 Jun 2018 09:20:43 +0100
Subject: [PATCH] ; Tiny tpyo fix
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit

* src/xfaces.c (face-remapping-alist): remove an empty ‘(3)’ introduced
in a docstring by mistake.
---
 src/xfaces.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/xfaces.c b/src/xfaces.c
index 1654f8610e8..961bef7c9ce 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -6694,7 +6694,6 @@ REPLACEMENT is a face specification, i.e. one of the following:
 
   (1) a face name
   (2) a property list of attribute/value pairs, or
-  (3)
   (3) a list in which each element has one of the above forms.
 
 List values for REPLACEMENT are merged to form the final face
-- 
2.39.5