# HG changeset patch # User Luc Teirlinck # Date 1077593549 0 # Node ID bd296510f5b77ce6391d6d86385ba118c505da7e # Parent 16aaa8fe949d8094034a26c0e958141eabf38086 (Finsert_abbrev_table_description): Doc fix. diff -r 16aaa8fe949d -r bd296510f5b7 src/abbrev.c --- a/src/abbrev.c Tue Feb 24 03:25:33 2004 +0000 +++ b/src/abbrev.c Tue Feb 24 03:32:29 2004 +0000 @@ -540,7 +540,8 @@ 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; {