(Finsert_abbrev_table_description): Reindent.
This commit is contained in:
parent
efc7e75ff0
commit
03be269465
2 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,11 @@
|
|||
2001-10-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
|
||||
|
||||
* buffer.c: Reindent DEFUNs and DEFVARs with doc: keywords.
|
||||
|
||||
* alloc.c: Reindent DEFUNs with doc: keywords.
|
||||
|
||||
* abbrev.c (Finsert_abbrev_table_description): Reindent.
|
||||
|
||||
* frame.c: Change doc-string comments to `new style' [w/`doc:'
|
||||
keyword].
|
||||
|
||||
|
|
|
@ -466,7 +466,7 @@ describe_abbrev (sym, stream)
|
|||
}
|
||||
|
||||
DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description,
|
||||
Sinsert_abbrev_table_description, 1, 2, 0,
|
||||
Sinsert_abbrev_table_description, 1, 2, 0,
|
||||
doc: /* Insert before point a full description of abbrev table named NAME.
|
||||
NAME is a symbol whose value is an abbrev table.
|
||||
If optional 2nd arg READABLE is non-nil, a human-readable description
|
||||
|
|
Loading…
Add table
Reference in a new issue