mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Improve docstring of edit-abbrevs
* lisp/abbrev.el (edit-abbrevs): Doc fix; don't use obsolete name. Improve docstring formatting.
This commit is contained in:
parent
362ceb75a9
commit
8dba3a0626
1 changed files with 8 additions and 2 deletions
|
|
@ -149,12 +149,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)."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue