summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--man/ChangeLog7
-rw-r--r--man/ada-mode.texi4
-rw-r--r--man/cc-mode.texi18
-rw-r--r--man/mh-e.texi4
-rw-r--r--man/viper.texi2
5 files changed, 21 insertions, 14 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 9d953b4ab0d..0d0f438d490 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -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.
diff --git a/man/ada-mode.texi b/man/ada-mode.texi
index d5948490400..46a7444a0fc 100644
--- a/man/ada-mode.texi
+++ b/man/ada-mode.texi
@@ -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 ---------------------------------------------------------------------
diff --git a/man/cc-mode.texi b/man/cc-mode.texi
index c515e28c7be..83f89bd3d78 100644
--- a/man/cc-mode.texi
+++ b/man/cc-mode.texi
@@ -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.
diff --git a/man/mh-e.texi b/man/mh-e.texi
index 0e6082e692a..0492694bbb4 100644
--- a/man/mh-e.texi
+++ b/man/mh-e.texi
@@ -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
diff --git a/man/viper.texi b/man/viper.texi
index e2ccf4a4686..273382ec71c 100644
--- a/man/viper.texi
+++ b/man/viper.texi
@@ -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.