aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Nazarewicz2018-06-08 09:20:43 +0100
committerMichal Nazarewicz2018-06-08 09:20:43 +0100
commitf09e9d292f31abeac37e83c3558d7b33a6a1abbf (patch)
tree1f5ac493936f5bae06505ae3570e8c592b5e17cb /src
parent416ba369c4ee2592d226eef68aeb4ad35ffea61d (diff)
downloademacs-f09e9d292f31abeac37e83c3558d7b33a6a1abbf.tar.gz
emacs-f09e9d292f31abeac37e83c3558d7b33a6a1abbf.zip
; Tiny tpyo fix
* src/xfaces.c (face-remapping-alist): remove an empty ‘(3)’ introduced in a docstring by mistake.
Diffstat (limited to 'src')
-rw-r--r--src/xfaces.c1
1 files changed, 0 insertions, 1 deletions
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:
6694 6694
6695 (1) a face name 6695 (1) a face name
6696 (2) a property list of attribute/value pairs, or 6696 (2) a property list of attribute/value pairs, or
6697 (3)
6698 (3) a list in which each element has one of the above forms. 6697 (3) a list in which each element has one of the above forms.
6699 6698
6700List values for REPLACEMENT are merged to form the final face 6699List values for REPLACEMENT are merged to form the final face