]> code.delx.au - gnu-emacs/blobdiff - man/maintaining.texi
(Acknowledgments): Fix bad @/ form.
[gnu-emacs] / man / maintaining.texi
index 1307ce6a229207b82cf75efc9076ff319ae69f51..facde7020bc2dcf47bcb6f8c3a5cdddf8f51d7d1 100644 (file)
@@ -119,11 +119,11 @@ between them.
   You should put a copyright notice and permission notice at the
 end of the change log file.  Here is an example:
 
-@example
+@smallexample
 Copyright 1997, 1998 Free Software Foundation, Inc.
 Copying and distribution of this file, with or without modification, are
 permitted provided the copyright notice and this notice are preserved.
-@end example
+@end smallexample
 
 @noindent
 Of course, you should substitute the proper years and copyright holder.
@@ -182,7 +182,8 @@ convenient.  Each name recorded is called a @dfn{tag}.
 @item
 In C code, any C function or typedef is a tag, and so are definitions of
 @code{struct}, @code{union} and @code{enum}.
-@code{#define} macro definitions and @code{enum} constants are also
+@code{#define} macro definitions, @code{#undef} and @code{enum}
+constants are also 
 tags, unless you specify @samp{--no-defines} when making the tags table.
 Similarly, global variables are tags, unless you specify
 @samp{--no-globals}.  Use of @samp{--no-globals} and @samp{--no-defines}
@@ -355,9 +356,9 @@ the syntax of several languages, as described in
 @iftex
 the previous section.
 @end iftex
-@ifinfo
+@ifnottex
 @ref{Tag Syntax}.
-@end ifinfo
+@end ifnottex
 Here is how to run @code{etags}:
 
 @example