]> code.delx.au - gnu-emacs/commitdiff
Fix complaints from makeinfo 4.0.
authorEli Zaretskii <eliz@gnu.org>
Thu, 18 Nov 1999 16:00:03 +0000 (16:00 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 18 Nov 1999 16:00:03 +0000 (16:00 +0000)
man/ChangeLog
man/ada-mode.texi
man/cc-mode.texi
man/mh-e.texi
man/viper.texi

index 9d953b4ab0d443a0297d2d3a5173482354a938c0..0d0f438d490b1a0a96e89e8a2278a57e0d4d0bbe 100644 (file)
@@ -1,3 +1,10 @@
+1999-11-01  Eli Zaretskii <eliz@is.elta.co.il>
+
+       * cc-mode.texi: Fix complaints from makeinfo 4.0.
+       * mh-e.texi: Likewise.
+       * viper.texi: Likewise.
+       * ada-mode.texi: Likewise.
+
 1999-11-01  Dave Love  <fx@gnu.org>
 
        * misc.texi, gnus.texi:  Fix complaints from makeinfo 4.0.
index d59484904000eb406f89d82ac587c21b2dd23851..46a7444a0fc0d1dbcf3e6c777961376e89055f00 100644 (file)
@@ -147,11 +147,11 @@ files into  the Emacs  library directories. Every  time you open  a file
 with  a  file  extension  of  @file{.ads}  or  @file{.adb},  Emacs  will
 automatically load and activate the Ada mode.
 
-See the  section @xref{Using non-standard  file names} if your  files do
+See the  section @ref{Using non-standard  file names}, if your  files do
 not use these extensions and if you want Emacs to automatically start the
 Ada mode every time you edit an Ada file.
 
-See also the Emacs documentation @xref{(emacs)} for general usage
+See also the Emacs documentation @ref{(emacs)}, for general usage
 variables that you might want to set.
 
 @c ---------------------------------------------------------------------
index c515e28c7bed39ac9ea04251b0f68ad7e600eeb4..83f89bd3d78ba9457801555f447eeae5223c40f5 100644 (file)
@@ -663,13 +663,13 @@ this list are: @code{class-open}, @code{class-close}, @code{defun-open},
 @code{statement-case-open},
 @code{extern-lang-open}, @code{extern-lang-close},
 @code{namespace-open}, and @code{namespace-close}.
-@xref{Syntactic Symbols} for a more
+@xref{Syntactic Symbols}, for a more
 detailed description of these syntactic symbols.
 
 @cindex Custom Indentation Functions
 The value associated with each syntactic symbol in this association list
 is called an @var{ACTION} which can be either a function or a list.
-@xref{Custom Brace and Colon Hanging} for a more detailed discussion of
+@xref{Custom Brace and Colon Hanging}, for a more detailed discussion of
 using a function as a brace hanging @var{ACTION}.
 
 When the @var{ACTION} is a list, it can contain any combination of the
@@ -720,7 +720,7 @@ A word of caution: it is not a good idea to hang top-level construct
 introducing braces, such as @code{class-open} or @code{defun-open}.
 Emacs makes an assumption that such braces will always appear in column
 zero, hanging such braces can introduce performance problems.
-@xref{Performance Issues} for more information.
+@xref{Performance Issues}, for more information.
 
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -746,7 +746,7 @@ Hanging} for details.
 In C++, double-colons are used as a scope operator but because these
 colons always appear right next to each other, newlines before and after
 them are controlled by a different mechanism, called @dfn{clean-ups} in
-@ccmode{}.  @xref{Clean-ups} for details.
+@ccmode{}.  @xref{Clean-ups}, for details.
 
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -761,7 +761,7 @@ Semicolons and commas are also electric in @ccmode{}, but since
 these characters do not correspond directly to syntactic symbols, a
 different mechanism is used to determine whether newlines should be
 automatically inserted after these characters.  @xref{Customizing
-Semi-colons and Commas} for details.
+Semi-colons and Commas}, for details.
 
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1148,7 +1148,7 @@ printed when indentation is started and completed.
 
 Also, except as noted below, re-indentation is always driven by the
 same mechanisms that control on-the-fly indentation of code.  @xref{New
-Indentation Engine} for details.
+Indentation Engine}, for details.
 
 @findex c-indent-command
 @findex indent-command (c-)
@@ -1402,7 +1402,7 @@ and from your mode hook.  Also, you can set up @emph{styles} of
 indentatio.  Most likely, you'll
 find one of the pre-defined styles will suit your needs, but if not,
 this section will describe how to set up basic editing configurations.
-@xref{Styles} for an explanation of how to set up named styles.
+@xref{Styles}, for an explanation of how to set up named styles.
 
 @cindex c-basic-offset
 @cindex basic-offset (c-)
@@ -1681,7 +1681,7 @@ Here's a simplified example of what you can add to your @file{.emacs}
 file to make the changes described in the previous section
 (@ref{Interactive Customization}) more permanent.  See the Emacs manuals
 for more information on customizing Emacs via hooks.  @xref{Sample
-.emacs File} for a more complete sample @file{.emacs} file.
+.emacs File}, for a more complete sample @file{.emacs} file.
 @example
 @group
 
@@ -1795,7 +1795,7 @@ you customize @ccmode{} by using either the new Custom interface or by
 doing @code{setq}'s at the top level of your @file{.emacs} file, these
 settings will be captured in the @code{user} style.  Also, all other
 styles implicitly inherit their settings from @code{user} style.  This
-means that for any styles you add via @code{c-add-style} (@xref{Adding
+means that for any styles you add via @code{c-add-style} (@pxref{Adding
 Styles}) you need only define the differences between your new style and
 @code{user} style.
 
index 0e6082e692ae59900affc7ebfca7cdf534a575ef..0492694bbb4392a5a1076cf44d6acc619d3b6636 100644 (file)
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@c $Id: mh-e.texi,v 1.17 95/08/23 07:00:16 wohler Exp $
+@c $Id: mh-e.texi,v 1.1 1999/09/29 15:17:04 fx Exp $
 @c %**start of header
 @setfilename ../info/mh-e
 @settitle mh-e
@@ -2384,7 +2384,7 @@ very nice feature indeed.
                      (append my-mh-keywords font-lock-keywords)))))
   (font-lock-mode 1))                  ; @r{change the typefaces}
 
-(if window-system                      ; @r{can't do this on @sc{ASCII} terminal}
+(if window-system                      ; @r{can't do this on @sc{ascii} terminal}
     (add-hook 'mh-show-mode-hook 'my-mh-show-mode-hook))
 @end group
 @end lisp
index e2ccf4a4686c290a1ef7fbd32857c644b0c57473..273382ec71c526ce5a93130195bb59444123136c 100644 (file)
@@ -3424,7 +3424,7 @@ Mark the current file and position with the specified letter.
 @item m .
 Set the Emacs mark (@pxref{Emacs Preliminaries}) at point.
 @item m ^
-Set the Emacs mark (@xref{Emacs Preliminaries}) back to where it was last
+Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last
 set with the @kbd{m.} command. This is useful when you set the mark with
 @kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes
 it in a way that you didn't like.