summaryrefslogtreecommitdiff
path: root/man/maintaining.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2001-09-12 21:03:47 +0000
committerRichard M. Stallman <rms@gnu.org>2001-09-12 21:03:47 +0000
commit47d7776cc60c0e163f40799f7f2bd2ba63218c46 (patch)
treea35afebc643d6fa5f6804449ffbad6040bcf8533 /man/maintaining.texi
parent6eb5fac3a2820843ac9a9fb0fa3ad699092147bd (diff)
downloademacs-47d7776cc60c0e163f40799f7f2bd2ba63218c46.tar.gz
Spelling corrections.
Diffstat (limited to 'man/maintaining.texi')
-rw-r--r--man/maintaining.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/maintaining.texi b/man/maintaining.texi
index de6a78a5081..bbf56ce6818 100644
--- a/man/maintaining.texi
+++ b/man/maintaining.texi
@@ -309,7 +309,7 @@ In Erlang code, the tags are the functions, records, and macros defined
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 @@ matching, to recognize tags in @file{los.er}.
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: