mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 05:01:02 -08:00
(Finsert_abbrev_table_description): Doc fix.
This commit is contained in:
parent
68063965ae
commit
7f144ff587
1 changed files with 2 additions and 1 deletions
|
|
@ -540,7 +540,8 @@ is inserted. Otherwise the description is an expression,
|
|||
a call to `define-abbrev-table', which would
|
||||
define the abbrev table NAME exactly as it is currently defined.
|
||||
|
||||
Abbrevs marked as "system abbrevs" are omitted. */)
|
||||
Abbrevs marked as "system abbrevs" are normally omitted. However, if
|
||||
READABLE is non-nil, they are listed. */)
|
||||
(name, readable)
|
||||
Lisp_Object name, readable;
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue