diff options
| author | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-04 15:27:01 +0100 |
|---|---|---|
| committer | Daniel Mendler <mail@daniel-mendler.de> | 2025-11-04 15:27:01 +0100 |
| commit | ad6a2b82f7bc2ea698b9684501963dfa71ffdc27 (patch) | |
| tree | 9602922f3c857c99fe431cdf8ce1783c0e13fd03 /compat.texi | |
| parent | 393c6b02fe1f5bcd02d7f419ff4b08a6087c032a (diff) | |
; Simplify documentation of string-glyph-*, fix inconsistency
Diffstat (limited to 'compat.texi')
| -rw-r--r-- | compat.texi | 20 |
1 files changed, 7 insertions, 13 deletions
diff --git a/compat.texi b/compat.texi index 79f5608..3bab267 100644 --- a/compat.texi +++ b/compat.texi @@ -2685,23 +2685,17 @@ you can say: @c copied from lisp/international/ucs-normalize.el @defun string-glyph-compose string -Compose @var{string} according to the Unicode NFC. -This returns a new string obtained by canonical decomposition -of @var{string} (see @code{ucs-normalize-NFC-string}) followed by -canonical composition, a.k.a. the \"Unicode Normalization Form C\" -of @var{string}. For instance: - - @code{(string-glyph-compose \"Å\") => \"Å\"} +Compose @var{string} according to the Unicode NFC. This returns a new +string obtained by canonical decomposition of @var{string} followed by +canonical composition, a.k.a. the "Unicode Normalization Form C" of +@var{string}. @end defun @c copied from lisp/international/ucs-normalize.el @defun string-glyph-decompose string -Decompose @var{string} according to the Unicode NFD. -This returns a new string that is the canonical decomposition -of @var{string}, a.k.a. the \"Unicode Normalization Form D\" -of @var{string}. For instance: - - @code{(ucs-normalize-NFD-string \"Å\") => \"Å\""} +Decompose @var{string} according to the Unicode NFD. This returns a +new string that is the canonical decomposition of @var{string}, +a.k.a. the "Unicode Normalization Form D" of @var{string}. @end defun @c based on lisp/emacs-lisp/subr-x.el |
