1
Fork 0
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:
Luc Teirlinck 2004-02-24 03:32:29 +00:00
parent 68063965ae
commit 7f144ff587

View file

@ -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;
{