aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLuc Teirlinck2004-02-24 03:32:29 +0000
committerLuc Teirlinck2004-02-24 03:32:29 +0000
commit7f144ff58712987bedde10ae6a3906963bfb6a23 (patch)
tree3de8fe338190475fa431638d83df5735e173fca0 /src
parent68063965aea72b2b9e5ad04b338aead380b6541a (diff)
downloademacs-7f144ff58712987bedde10ae6a3906963bfb6a23.tar.gz
emacs-7f144ff58712987bedde10ae6a3906963bfb6a23.zip
(Finsert_abbrev_table_description): Doc fix.
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{