summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog5
-rw-r--r--man/emacs.texi2
-rw-r--r--man/maintaining.texi2
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 @@
+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.
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
* 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.
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.
@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.