diff options
| author | Eli Zaretskii | 2001-09-02 16:30:20 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2001-09-02 16:30:20 +0000 |
| commit | 0b61e47e946c3bc7c4fc489f23684bf67a321a64 (patch) | |
| tree | 918cf86a7667579764a4ed9dee8436256148a655 | |
| parent | 19bd58e821bcba8e8bf9d5042478d6d85555bd6e (diff) | |
| download | emacs-0b61e47e946c3bc7c4fc489f23684bf67a321a64.tar.gz emacs-0b61e47e946c3bc7c4fc489f23684bf67a321a64.zip | |
Fix the AUTHORS menu item. Suggested by Eric Hanchrow <offby1@blarg.net>.
| -rw-r--r-- | man/emacs.texi | 2 | ||||
| -rw-r--r-- | man/maintaining.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/man/emacs.texi b/man/emacs.texi index cd7dee0e4a5..a136ae17e1d 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -576,7 +576,7 @@ Running Debuggers Under Emacs | |||
| 576 | Maintaining Programs | 576 | Maintaining Programs |
| 577 | 577 | ||
| 578 | * Change Log:: Maintaining a change history for your program. | 578 | * Change Log:: Maintaining a change history for your program. |
| 579 | * Authors:: Maintaining an @file{AUTHORS} file. | 579 | * Authors:: Maintaining the Emacs @file{AUTHORS} file. |
| 580 | * Tags:: Go direct to any function in your program in one | 580 | * Tags:: Go direct to any function in your program in one |
| 581 | command. Tags remembers which file it is in. | 581 | command. Tags remembers which file it is in. |
| 582 | * Emerge:: A convenient way of merging two versions of a program. | 582 | * Emerge:: A convenient way of merging two versions of a program. |
diff --git a/man/maintaining.texi b/man/maintaining.texi index 3908e932c21..de6a78a5081 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -13,7 +13,7 @@ particularly useful for this purpose. | |||
| 13 | 13 | ||
| 14 | @menu | 14 | @menu |
| 15 | * Change Log:: Maintaining a change history for your program. | 15 | * Change Log:: Maintaining a change history for your program. |
| 16 | * Authors:: Maintaining an @file{AUTHORS} file. | 16 | * Authors:: Maintaining the Emacs @file{AUTHORS} file. |
| 17 | * Tags:: Go direct to any function in your program in one | 17 | * Tags:: Go direct to any function in your program in one |
| 18 | command. Tags remembers which file it is in. | 18 | command. Tags remembers which file it is in. |
| 19 | * Emerge:: A convenient way of merging two versions of a program. | 19 | * Emerge:: A convenient way of merging two versions of a program. |