diff options
| author | Stefan Monnier | 2008-04-11 02:10:54 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-04-11 02:10:54 +0000 |
| commit | 4d120d6a2a8e780b37f5fd6c50073a9602a46cb9 (patch) | |
| tree | 69727c25e6a76bbdb7a7f9980f5b9acd72bc24ac | |
| parent | e9e79bdfd44d9f8d6d979035b1f6bdae0fb36b74 (diff) | |
| download | emacs-4d120d6a2a8e780b37f5fd6c50073a9602a46cb9.tar.gz emacs-4d120d6a2a8e780b37f5fd6c50073a9602a46cb9.zip | |
* maintaining.texi (Maintaining):
* emacs.texi (Top): Typo.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/emacs.texi | 2 | ||||
| -rw-r--r-- | man/maintaining.texi | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 474a2dfdbd3..6d8af5334b3 100644 --- a/man/ChangeLog +++ b/man/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change) | ||
| 2 | |||
| 3 | * maintaining.texi (Maintaining): | ||
| 4 | * emacs.texi (Top): Typo. | ||
| 5 | |||
| 1 | 2008-04-09 Michael Albinus <michael.albinus@gmx.de> | 6 | 2008-04-09 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * trampver.texi: Update release number. | 8 | * trampver.texi: Update release number. |
diff --git a/man/emacs.texi b/man/emacs.texi index 485aa640e2a..6b1510d136e 100644 --- a/man/emacs.texi +++ b/man/emacs.texi | |||
| @@ -715,7 +715,7 @@ Maintaining Large Programs | |||
| 715 | 715 | ||
| 716 | * Change Log:: Maintaining a change history for your program. | 716 | * Change Log:: Maintaining a change history for your program. |
| 717 | * Format of ChangeLog:: What the change log file looks like. | 717 | * Format of ChangeLog:: What the change log file looks like. |
| 718 | * Tags:: Go direct to any function in your program in one | 718 | * Tags:: Go directly to any function in your program in one |
| 719 | command. Tags remembers which file it is in. | 719 | command. Tags remembers which file it is in. |
| 720 | * Emerge:: A convenient way of merging two versions of a program. | 720 | * Emerge:: A convenient way of merging two versions of a program. |
| 721 | 721 | ||
diff --git a/man/maintaining.texi b/man/maintaining.texi index 2215396c992..21c484a4e44 100644 --- a/man/maintaining.texi +++ b/man/maintaining.texi | |||
| @@ -12,7 +12,7 @@ also particularly useful for this purpose. | |||
| 12 | @menu | 12 | @menu |
| 13 | * Change Log:: Maintaining a change history for your program. | 13 | * Change Log:: Maintaining a change history for your program. |
| 14 | * Format of ChangeLog:: What the change log file looks like. | 14 | * Format of ChangeLog:: What the change log file looks like. |
| 15 | * Tags:: Go direct to any function in your program in one | 15 | * Tags:: Go directly to any function in your program in one |
| 16 | command. Tags remembers which file it is in. | 16 | command. Tags remembers which file it is in. |
| 17 | @ifnottex | 17 | @ifnottex |
| 18 | * Emerge:: A convenient way of merging two versions of a program. | 18 | * Emerge:: A convenient way of merging two versions of a program. |