aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii1999-11-18 16:00:03 +0000
committerEli Zaretskii1999-11-18 16:00:03 +0000
commit393759c7a0c2c28b3fb9bfa0edf7428dbc9e190b (patch)
treeae1e2f36bffe4895499acd5fb1c5dbe76fa7b0d0
parent9dd1cf67c27706972c9b2317729a11c92aa77ca1 (diff)
downloademacs-393759c7a0c2c28b3fb9bfa0edf7428dbc9e190b.tar.gz
emacs-393759c7a0c2c28b3fb9bfa0edf7428dbc9e190b.zip
Fix complaints from makeinfo 4.0.
-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 @@
11999-11-01 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * cc-mode.texi: Fix complaints from makeinfo 4.0.
4 * mh-e.texi: Likewise.
5 * viper.texi: Likewise.
6 * ada-mode.texi: Likewise.
7
11999-11-01 Dave Love <fx@gnu.org> 81999-11-01 Dave Love <fx@gnu.org>
2 9
3 * misc.texi, gnus.texi: Fix complaints from makeinfo 4.0. 10 * 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
147with a file extension of @file{.ads} or @file{.adb}, Emacs will 147with a file extension of @file{.ads} or @file{.adb}, Emacs will
148automatically load and activate the Ada mode. 148automatically load and activate the Ada mode.
149 149
150See the section @xref{Using non-standard file names} if your files do 150See the section @ref{Using non-standard file names}, if your files do
151not use these extensions and if you want Emacs to automatically start the 151not use these extensions and if you want Emacs to automatically start the
152Ada mode every time you edit an Ada file. 152Ada mode every time you edit an Ada file.
153 153
154See also the Emacs documentation @xref{(emacs)} for general usage 154See also the Emacs documentation @ref{(emacs)}, for general usage
155variables that you might want to set. 155variables that you might want to set.
156 156
157@c --------------------------------------------------------------------- 157@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},
663@code{statement-case-open}, 663@code{statement-case-open},
664@code{extern-lang-open}, @code{extern-lang-close}, 664@code{extern-lang-open}, @code{extern-lang-close},
665@code{namespace-open}, and @code{namespace-close}. 665@code{namespace-open}, and @code{namespace-close}.
666@xref{Syntactic Symbols} for a more 666@xref{Syntactic Symbols}, for a more
667detailed description of these syntactic symbols. 667detailed description of these syntactic symbols.
668 668
669@cindex Custom Indentation Functions 669@cindex Custom Indentation Functions
670The value associated with each syntactic symbol in this association list 670The value associated with each syntactic symbol in this association list
671is called an @var{ACTION} which can be either a function or a list. 671is called an @var{ACTION} which can be either a function or a list.
672@xref{Custom Brace and Colon Hanging} for a more detailed discussion of 672@xref{Custom Brace and Colon Hanging}, for a more detailed discussion of
673using a function as a brace hanging @var{ACTION}. 673using a function as a brace hanging @var{ACTION}.
674 674
675When the @var{ACTION} is a list, it can contain any combination of the 675When 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
720introducing braces, such as @code{class-open} or @code{defun-open}. 720introducing braces, such as @code{class-open} or @code{defun-open}.
721Emacs makes an assumption that such braces will always appear in column 721Emacs makes an assumption that such braces will always appear in column
722zero, hanging such braces can introduce performance problems. 722zero, hanging such braces can introduce performance problems.
723@xref{Performance Issues} for more information. 723@xref{Performance Issues}, for more information.
724 724
725 725
726@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 726@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -746,7 +746,7 @@ Hanging} for details.
746In C++, double-colons are used as a scope operator but because these 746In C++, double-colons are used as a scope operator but because these
747colons always appear right next to each other, newlines before and after 747colons always appear right next to each other, newlines before and after
748them are controlled by a different mechanism, called @dfn{clean-ups} in 748them are controlled by a different mechanism, called @dfn{clean-ups} in
749@ccmode{}. @xref{Clean-ups} for details. 749@ccmode{}. @xref{Clean-ups}, for details.
750 750
751 751
752@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 752@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -761,7 +761,7 @@ Semicolons and commas are also electric in @ccmode{}, but since
761these characters do not correspond directly to syntactic symbols, a 761these characters do not correspond directly to syntactic symbols, a
762different mechanism is used to determine whether newlines should be 762different mechanism is used to determine whether newlines should be
763automatically inserted after these characters. @xref{Customizing 763automatically inserted after these characters. @xref{Customizing
764Semi-colons and Commas} for details. 764Semi-colons and Commas}, for details.
765 765
766 766
767@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 767@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -1148,7 +1148,7 @@ printed when indentation is started and completed.
1148 1148
1149Also, except as noted below, re-indentation is always driven by the 1149Also, except as noted below, re-indentation is always driven by the
1150same mechanisms that control on-the-fly indentation of code. @xref{New 1150same mechanisms that control on-the-fly indentation of code. @xref{New
1151Indentation Engine} for details. 1151Indentation Engine}, for details.
1152 1152
1153@findex c-indent-command 1153@findex c-indent-command
1154@findex indent-command (c-) 1154@findex indent-command (c-)
@@ -1402,7 +1402,7 @@ and from your mode hook. Also, you can set up @emph{styles} of
1402indentatio. Most likely, you'll 1402indentatio. Most likely, you'll
1403find one of the pre-defined styles will suit your needs, but if not, 1403find one of the pre-defined styles will suit your needs, but if not,
1404this section will describe how to set up basic editing configurations. 1404this section will describe how to set up basic editing configurations.
1405@xref{Styles} for an explanation of how to set up named styles. 1405@xref{Styles}, for an explanation of how to set up named styles.
1406 1406
1407@cindex c-basic-offset 1407@cindex c-basic-offset
1408@cindex basic-offset (c-) 1408@cindex basic-offset (c-)
@@ -1681,7 +1681,7 @@ Here's a simplified example of what you can add to your @file{.emacs}
1681file to make the changes described in the previous section 1681file to make the changes described in the previous section
1682(@ref{Interactive Customization}) more permanent. See the Emacs manuals 1682(@ref{Interactive Customization}) more permanent. See the Emacs manuals
1683for more information on customizing Emacs via hooks. @xref{Sample 1683for more information on customizing Emacs via hooks. @xref{Sample
1684.emacs File} for a more complete sample @file{.emacs} file. 1684.emacs File}, for a more complete sample @file{.emacs} file.
1685@example 1685@example
1686@group 1686@group
1687 1687
@@ -1795,7 +1795,7 @@ you customize @ccmode{} by using either the new Custom interface or by
1795doing @code{setq}'s at the top level of your @file{.emacs} file, these 1795doing @code{setq}'s at the top level of your @file{.emacs} file, these
1796settings will be captured in the @code{user} style. Also, all other 1796settings will be captured in the @code{user} style. Also, all other
1797styles implicitly inherit their settings from @code{user} style. This 1797styles implicitly inherit their settings from @code{user} style. This
1798means that for any styles you add via @code{c-add-style} (@xref{Adding 1798means that for any styles you add via @code{c-add-style} (@pxref{Adding
1799Styles}) you need only define the differences between your new style and 1799Styles}) you need only define the differences between your new style and
1800@code{user} style. 1800@code{user} style.
1801 1801
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 @@
1\input texinfo @c -*-texinfo-*- 1\input texinfo @c -*-texinfo-*-
2@c $Id: mh-e.texi,v 1.17 95/08/23 07:00:16 wohler Exp $ 2@c $Id: mh-e.texi,v 1.1 1999/09/29 15:17:04 fx Exp $
3@c %**start of header 3@c %**start of header
4@setfilename ../info/mh-e 4@setfilename ../info/mh-e
5@settitle mh-e 5@settitle mh-e
@@ -2384,7 +2384,7 @@ very nice feature indeed.
2384 (append my-mh-keywords font-lock-keywords))))) 2384 (append my-mh-keywords font-lock-keywords)))))
2385 (font-lock-mode 1)) ; @r{change the typefaces} 2385 (font-lock-mode 1)) ; @r{change the typefaces}
2386 2386
2387(if window-system ; @r{can't do this on @sc{ASCII} terminal} 2387(if window-system ; @r{can't do this on @sc{ascii} terminal}
2388 (add-hook 'mh-show-mode-hook 'my-mh-show-mode-hook)) 2388 (add-hook 'mh-show-mode-hook 'my-mh-show-mode-hook))
2389@end group 2389@end group
2390@end lisp 2390@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.
3424@item m . 3424@item m .
3425Set the Emacs mark (@pxref{Emacs Preliminaries}) at point. 3425Set the Emacs mark (@pxref{Emacs Preliminaries}) at point.
3426@item m ^ 3426@item m ^
3427Set the Emacs mark (@xref{Emacs Preliminaries}) back to where it was last 3427Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last
3428set with the @kbd{m.} command. This is useful when you set the mark with 3428set with the @kbd{m.} command. This is useful when you set the mark with
3429@kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes 3429@kbd{m.}, but then some other command (such as @kbd{L} or @kbd{G}) changes
3430it in a way that you didn't like. 3430it in a way that you didn't like.