mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-14 09:39:42 +00:00
(Finsert_abbrev_table_description): Reindent.
This commit is contained in:
parent
efc7e75ff0
commit
03be269465
@ -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…
Reference in New Issue
Block a user