diff options
| author | Pavel Janík | 2001-10-21 08:52:17 +0000 |
|---|---|---|
| committer | Pavel Janík | 2001-10-21 08:52:17 +0000 |
| commit | 03be2694656e62ef5555c93cc6cd1f18df19e768 (patch) | |
| tree | aee6d556320f1febe7e1acc4e6e64eb3292f8255 /src/abbrev.c | |
| parent | efc7e75ff066dcac4129836984b4e139eab970ee (diff) | |
| download | emacs-03be2694656e62ef5555c93cc6cd1f18df19e768.tar.gz emacs-03be2694656e62ef5555c93cc6cd1f18df19e768.zip | |
(Finsert_abbrev_table_description): Reindent.
Diffstat (limited to 'src/abbrev.c')
| -rw-r--r-- | src/abbrev.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | ||
| 468 | DEFUN ("insert-abbrev-table-description", Finsert_abbrev_table_description, | 468 | DEFUN ("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. |
| 471 | NAME is a symbol whose value is an abbrev table. | 471 | NAME is a symbol whose value is an abbrev table. |
| 472 | If optional 2nd arg READABLE is non-nil, a human-readable description | 472 | If optional 2nd arg READABLE is non-nil, a human-readable description |