aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
-rw-r--r--src/abbrev.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e66b25f064e..82461a1b87b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 12001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 2
3 * buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
4
5 * alloc.c: Reindent DEFUNs with doc: keywords.
6
7 * abbrev.c (Finsert_abbrev_table_description): Reindent.
8
3 * frame.c: Change doc-string comments to `new style' [w/`doc:' 9 * frame.c: Change doc-string comments to `new style' [w/`doc:'
4 keyword]. 10 keyword].
5 11
diff --git a/src/abbrev.c b/src/abbrev.c
index 723ec1ad425..ec92e4d5d6f 100644
--- a/src/abbrev.c
+++ b/src/abbrev.c
@@ -466,7 +466,7 @@ describe_abbrev (sym, stream)
466} 466}
467 467
468DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description, 468DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,
469 Sinsert_abbrev_table_description, 1, 2, 0, 469 Sinsert_abbrev_table_description, 1, 2, 0,
470 doc: /* Insert before point a full description of abbrev table named NAME. 470 doc: /* Insert before point a full description of abbrev table named NAME.
471NAME is a symbol whose value is an abbrev table. 471NAME is a symbol whose value is an abbrev table.
472If optional 2nd arg READABLE is non-nil, a human-readable description 472If optional 2nd arg READABLE is non-nil, a human-readable description