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