mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
* lisp/abbrev.el (abbrev-prefix-mark): Fix a typo. (Bug#36715)
This commit is contained in:
parent
b10464c6f9
commit
cdf8a4f920
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue