emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master cdf8a4f: * lisp/abbrev.el (abbrev-prefix-mark): Fix


From: Eli Zaretskii
Subject: [Emacs-diffs] master cdf8a4f: * lisp/abbrev.el (abbrev-prefix-mark): Fix a typo. (Bug#36715)
Date: Thu, 18 Jul 2019 08:45:26 -0400 (EDT)

branch: master
commit cdf8a4f920bfebb85bac4098504d740aaf942c66
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    * lisp/abbrev.el (abbrev-prefix-mark): Fix a typo.  (Bug#36715)
---
 lisp/abbrev.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/abbrev.el b/lisp/abbrev.el
index ad5e75b..9bd7e53 100644
--- a/lisp/abbrev.el
+++ b/lisp/abbrev.el
@@ -374,8 +374,8 @@ The abbrev to be expanded starts here rather than at 
beginning of
 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
-subsequently expanded, this hyphen will be removed.
+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,
 unless ARG is non-nil.  Interactively, ARG is the prefix



reply via email to

[Prev in Thread] Current Thread [Next in Thread]