From 7c8692bfa8b699160a374896e91ce4722cbfff81 Mon Sep 17 00:00:00 2001 From: Mauro Aranda Date: Thu, 18 Jul 2019 09:37:38 -0300 Subject: [PATCH] ; * lisp/abbrev.el (abbrev-prefix-mark): Fix typo in docstring (Bug#36715) --- lisp/abbrev.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/abbrev.el b/lisp/abbrev.el index ad5e75b..8fc3881 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -374,7 +374,7 @@ abbrev-prefix-mark word. This way, you can expand an abbrev with a prefix: insert the prefix, use this command, then insert the abbrev. -This command a hyphen after the prefix, and if the abbrev is +This command inserts a hyphen after the prefix, and if the abbrev is subsequently expanded, this hyphen will be removed. If the prefix is itself an abbrev, this command expands it, -- 2.7.4