From: Luc Teirlinck Date: Tue, 24 Feb 2004 03:32:29 +0000 (+0000) Subject: (Finsert_abbrev_table_description): Doc fix. X-Git-Tag: ttn-vms-21-2-B4~7476 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7f144ff58712987bedde10ae6a3906963bfb6a23;p=emacs.git (Finsert_abbrev_table_description): Doc fix. --- diff --git a/src/abbrev.c b/src/abbrev.c index 1cf06946631..41e329ac95d 100644 --- a/src/abbrev.c +++ b/src/abbrev.c @@ -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; {