diff man/maintaining.texi @ 39267:a8c0a02f6129

Spelling corrections.
author Richard M. Stallman <rms@gnu.org>
date Wed, 12 Sep 2001 21:03:47 +0000
parents b2693c0914e4
children eff57c5f75db
line wrap: on
line diff
--- a/man/maintaining.texi	Wed Sep 12 21:03:06 2001 +0000
+++ b/man/maintaining.texi	Wed Sep 12 21:03:47 2001 +0000
@@ -309,7 +309,7 @@
 in the file.
 
 @item
-In Fortran code, functions, subroutines and blockdata are tags.
+In Fortran code, functions, subroutines and block data are tags.
 
 @item
 In makefiles, targets are tags.
@@ -492,7 +492,7 @@
   You can specify a regular expression for a particular language, by
 writing @samp{@{lang@}} in front of it.  Then @code{etags} will use
 the regular expression only for files of that language.  (@samp{etags
---help} prints the list of languages recognised by @code{etags}.)  The
+--help} prints the list of languages recognized by @code{etags}.)  The
 following example tags the @code{DEFVAR} macros in the Emacs source
 files, for the C language only: