Mercurial > emacs
changeset 54135:bd296510f5b7
(Finsert_abbrev_table_description): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Tue, 24 Feb 2004 03:32:29 +0000 |
parents | 16aaa8fe949d |
children | 8025b7d4aa49 |
files | src/abbrev.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/abbrev.c Tue Feb 24 03:25:33 2004 +0000 +++ b/src/abbrev.c Tue Feb 24 03:32:29 2004 +0000 @@ -540,7 +540,8 @@ 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; {