From 9292f595a71870eec1ffdfd187b859cc990c2f0b Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Mon, 26 Dec 2022 10:43:57 +0100 Subject: ; Fix typos --- lisp/emacs-lisp/subr-x.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/subr-x.el') diff --git a/lisp/emacs-lisp/subr-x.el b/lisp/emacs-lisp/subr-x.el index 415f8db52ca..c7ce02e5013 100644 --- a/lisp/emacs-lisp/subr-x.el +++ b/lisp/emacs-lisp/subr-x.el @@ -334,7 +334,7 @@ as the new values of the bound variables in the recursive invocation." (defun string-glyph-split (string) "Split STRING into a list of strings representing separate glyphs. This takes into account combining characters and grapheme clusters: -if compositions are enbaled, each sequence of characters composed +if compositions are enabled, each sequence of characters composed on display into a single grapheme cluster is treated as a single indivisible unit." (let ((result nil) -- cgit v1.2.3