# HG changeset patch # User Eli Zaretskii # Date 942940803 0 # Node ID 2b08d829af86fa96dc0fec9e7a8686ce6dae6fc0 # Parent 1a438767af5145fae50bbde8459c71c91112d6c2 Fix complaints from makeinfo 4.0. diff -r 1a438767af51 -r 2b08d829af86 man/ChangeLog --- a/man/ChangeLog Thu Nov 18 15:57:55 1999 +0000 +++ b/man/ChangeLog Thu Nov 18 16:00:03 1999 +0000 @@ -1,3 +1,10 @@ +1999-11-01 Eli Zaretskii + + * 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 * misc.texi, gnus.texi: Fix complaints from makeinfo 4.0. diff -r 1a438767af51 -r 2b08d829af86 man/ada-mode.texi --- a/man/ada-mode.texi Thu Nov 18 15:57:55 1999 +0000 +++ b/man/ada-mode.texi Thu Nov 18 16:00:03 1999 +0000 @@ -147,11 +147,11 @@ 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 -r 1a438767af51 -r 2b08d829af86 man/cc-mode.texi --- a/man/cc-mode.texi Thu Nov 18 15:57:55 1999 +0000 +++ b/man/cc-mode.texi Thu Nov 18 16:00:03 1999 +0000 @@ -663,13 +663,13 @@ @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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 @@ 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 -r 1a438767af51 -r 2b08d829af86 man/mh-e.texi --- a/man/mh-e.texi Thu Nov 18 15:57:55 1999 +0000 +++ b/man/mh-e.texi Thu Nov 18 16:00:03 1999 +0000 @@ -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 @@ (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 -r 1a438767af51 -r 2b08d829af86 man/viper.texi --- a/man/viper.texi Thu Nov 18 15:57:55 1999 +0000 +++ b/man/viper.texi Thu Nov 18 16:00:03 1999 +0000 @@ -3424,7 +3424,7 @@ @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.