aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/composite.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/composite.el b/lisp/composite.el
index d0f20949438..b3661cc2fa0 100644
--- a/lisp/composite.el
+++ b/lisp/composite.el
@@ -558,9 +558,9 @@ All non-spacing characters have this function in
558 ;; "Improper" base characters are of the following general 558 ;; "Improper" base characters are of the following general
559 ;; categories: 559 ;; categories:
560 ;; Mark (nonspacing, combining, enclosing) 560 ;; Mark (nonspacing, combining, enclosing)
561 ;; Separator (space, line, paragraph) 561 ;; Separator (line, paragraph)
562 ;; Other (control, format, surrogate) 562 ;; Other (control, format, surrogate)
563 '(Mn Mc Me Zs Zl Zp Cc Cf Cs)) 563 '(Mn Mc Me Zl Zp Cc Cf Cs))
564 nil) 564 nil)
565 565
566 ;; A base character and the following non-spacing characters. 566 ;; A base character and the following non-spacing characters.