* maintaining.texi (Maintaining):

* emacs.texi (Top): Typo.
This commit is contained in:
Stefan Monnier 2008-04-11 02:10:54 +00:00
parent e9e79bdfd4
commit 4d120d6a2a
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2008-04-11 Mirko Vukovic <mirko.vukovic@gmail.com> (tiny change)
* maintaining.texi (Maintaining):
* emacs.texi (Top): Typo.
2008-04-09 Michael Albinus <michael.albinus@gmx.de>
* trampver.texi: Update release number.

View file

@ -715,7 +715,7 @@ Maintaining Large Programs
* Change Log:: Maintaining a change history for your program.
* Format of ChangeLog:: What the change log file looks like.
* Tags:: Go direct to any function in your program in one
* Tags:: Go directly to any function in your program in one
command. Tags remembers which file it is in.
* Emerge:: A convenient way of merging two versions of a program.

View file

@ -12,7 +12,7 @@ also particularly useful for this purpose.
@menu
* Change Log:: Maintaining a change history for your program.
* Format of ChangeLog:: What the change log file looks like.
* Tags:: Go direct to any function in your program in one
* Tags:: Go directly to any function in your program in one
command. Tags remembers which file it is in.
@ifnottex
* Emerge:: A convenient way of merging two versions of a program.