From 7f144ff58712987bedde10ae6a3906963bfb6a23 Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Tue, 24 Feb 2004 03:32:29 +0000 Subject: [PATCH] (Finsert_abbrev_table_description): Doc fix. --- src/abbrev.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; { -- 2.39.2