diff options
author | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-24 03:32:29 +0000 |
---|---|---|
committer | Luc Teirlinck <teirllm@auburn.edu> | 2004-02-24 03:32:29 +0000 |
commit | 7f144ff58712987bedde10ae6a3906963bfb6a23 (patch) | |
tree | 3de8fe338190475fa431638d83df5735e173fca0 /src/abbrev.c | |
parent | 68063965aea72b2b9e5ad04b338aead380b6541a (diff) | |
download | emacs-7f144ff58712987bedde10ae6a3906963bfb6a23.tar.gz |
(Finsert_abbrev_table_description): Doc fix.
Diffstat (limited to 'src/abbrev.c')
-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, 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; { |