diff options
| author | Luc Teirlinck | 2004-02-24 03:32:29 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-24 03:32:29 +0000 |
| commit | 7f144ff58712987bedde10ae6a3906963bfb6a23 (patch) | |
| tree | 3de8fe338190475fa431638d83df5735e173fca0 | |
| parent | 68063965aea72b2b9e5ad04b338aead380b6541a (diff) | |
| download | emacs-7f144ff58712987bedde10ae6a3906963bfb6a23.tar.gz emacs-7f144ff58712987bedde10ae6a3906963bfb6a23.zip | |
(Finsert_abbrev_table_description): Doc fix.
| -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 | { |