diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-01-10 22:34:55 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-01-10 22:34:55 -0500 |
commit | 73b15f45f9369f511985b7b424c1a6cc54b323c2 (patch) | |
tree | 81aa29ac8e6a6339a5da256df5fa591357098fe0 /lisp/abbrev.el | |
parent | 4d621ffd30749de93519161c5094e40ee1b08fb6 (diff) | |
parent | 99a9b545f09dc78494e62c9dc34c0cdb280b879e (diff) | |
download | emacs-73b15f45f9369f511985b7b424c1a6cc54b323c2.tar.gz emacs-73b15f45f9369f511985b7b424c1a6cc54b323c2.tar.bz2 emacs-73b15f45f9369f511985b7b424c1a6cc54b323c2.zip |
Merge remote-tracking branch 'origin/emacs-28' into trunk
Diffstat (limited to 'lisp/abbrev.el')
-rw-r--r-- | lisp/abbrev.el | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/lisp/abbrev.el b/lisp/abbrev.el index 8247130e322..44328a2b283 100644 --- a/lisp/abbrev.el +++ b/lisp/abbrev.el @@ -147,12 +147,18 @@ Otherwise display all abbrevs." Selects a buffer containing a list of abbrev definitions with point located in the abbrev table for the current buffer, and turns on `edit-abbrevs-mode' in that buffer. -You can edit them and type \\<edit-abbrevs-map>\\[edit-abbrevs-redefine] to redefine abbrevs + +You can edit them and type \\<edit-abbrevs-mode-map>\\[edit-abbrevs-redefine] \ +to redefine abbrevs according to your editing. + The abbrevs editing buffer contains a header line for each abbrev table, which is the abbrev table name in parentheses. + This is followed by one line per abbrev in that table: -NAME USECOUNT EXPANSION HOOK + + NAME USECOUNT EXPANSION HOOK + where NAME and EXPANSION are strings with quotes, USECOUNT is an integer, and HOOK is any valid function or may be omitted (it is usually omitted)." |