aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/abbrev.c3
1 files changed, 2 insertions, 1 deletions
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,
540a call to `define-abbrev-table', which would 540a call to `define-abbrev-table', which would
541define the abbrev table NAME exactly as it is currently defined. 541define the abbrev table NAME exactly as it is currently defined.
542 542
543Abbrevs marked as "system abbrevs" are omitted. */) 543Abbrevs marked as "system abbrevs" are normally omitted. However, if
544READABLE is non-nil, they are listed. */)
544 (name, readable) 545 (name, readable)
545 Lisp_Object name, readable; 546 Lisp_Object name, readable;
546{ 547{