diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:44:35 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-12-09 18:45:18 -0800 |
commit | d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc (patch) | |
tree | fb415df3de5b00b9ce7616872ead40c983b55a12 /lisp/char-fold.el | |
parent | 28578f87b52ead4d31479fdcfba028118dfa6987 (diff) | |
download | emacs-d1a791f8edc1b8f2189b6f1b3be7b946fef1edbc.tar.gz |
Spelling fixes
Diffstat (limited to 'lisp/char-fold.el')
-rw-r--r-- | lisp/char-fold.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/char-fold.el b/lisp/char-fold.el index d8d2ebc72ba..2b0b5b62f4d 100644 --- a/lisp/char-fold.el +++ b/lisp/char-fold.el @@ -253,7 +253,7 @@ Each entry is a list of a character and the strings that fold into it." :version "27.1") (defcustom char-fold-exclude char-fold--default-exclude - "Character foldings to remove from default decompisitions. + "Character foldings to remove from default decompositions. Each entry is a list of a character and the strings to remove from folding." :type '(alist :key-type (character :tag "Fold to character") :value-type (repeat (string :tag "Fold from string"))) |