summaryrefslogtreecommitdiff
path: root/.config/emacs
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-07 21:59:35 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-07 21:59:39 +0100
commit726d8d330337dc2d6412a5e0a5093438706b4fb7 (patch)
tree8ffe1849784f68103fadeebfcde20834620243a0 /.config/emacs
parent3083940611299ce8b5bf941f3c4a8384f6fbcd6e (diff)
emacs: Fix English
Diffstat (limited to '.config/emacs')
-rw-r--r--.config/emacs/modules/mm-abbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/mm-abbrev.el b/.config/emacs/modules/mm-abbrev.el
index 01ab173..f484fc5 100644
--- a/.config/emacs/modules/mm-abbrev.el
+++ b/.config/emacs/modules/mm-abbrev.el
@@ -13,7 +13,7 @@ After adding all abbreviations to TABLE, this macro marks TABLE as
case-sensitive to avoid unexpected abbreviation expansions."
(declare (indent 1))
(unless (cl-evenp (length definitions))
- (user-error "expected an even-number of elements in DEFINITIONS"))
+ (user-error "expected an even number of elements in DEFINITIONS"))
`(progn
,@(cl-loop for (abbrev expansion) in (seq-partition definitions 2)
if (stringp expansion)