diff options
| author | Eli Zaretskii | 1999-11-18 16:00:03 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 1999-11-18 16:00:03 +0000 |
| commit | 393759c7a0c2c28b3fb9bfa0edf7428dbc9e190b (patch) | |
| tree | ae1e2f36bffe4895499acd5fb1c5dbe76fa7b0d0 | |
| parent | 9dd1cf67c27706972c9b2317729a11c92aa77ca1 (diff) | |
| download | emacs-393759c7a0c2c28b3fb9bfa0edf7428dbc9e190b.tar.gz emacs-393759c7a0c2c28b3fb9bfa0edf7428dbc9e190b.zip | |
Fix complaints from makeinfo 4.0.
| -rw-r--r-- | man/ChangeLog | 7 | ||||
| -rw-r--r-- | man/ada-mode.texi | 4 | ||||
| -rw-r--r-- | man/cc-mode.texi | 18 | ||||
| -rw-r--r-- | man/mh-e.texi | 4 | ||||
| -rw-r--r-- | man/viper.texi | 2 |
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 @@ | |||
| 1 | 1999-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 | |||
| 1 | 1999-11-01 Dave Love <fx@gnu.org> | 8 | 1999-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 | |||
| 147 | with a file extension of @file{.ads} or @file{.adb}, Emacs will | 147 | with a file extension of @file{.ads} or @file{.adb}, Emacs will |
| 148 | automatically load and activate the Ada mode. | 148 | automatically load and activate the Ada mode. |
| 149 | 149 | ||
| 150 | See the section @xref{Using non-standard file names} if your files do | 150 | See the section @ref{Using non-standard file names}, if your files do |
| 151 | not use these extensions and if you want Emacs to automatically start the | 151 | not use these extensions and if you want Emacs to automatically start the |
| 152 | Ada mode every time you edit an Ada file. | 152 | Ada mode every time you edit an Ada file. |
| 153 | 153 | ||
| 154 | See also the Emacs documentation @xref{(emacs)} for general usage | 154 | See also the Emacs documentation @ref{(emacs)}, for general usage |
| 155 | variables that you might want to set. | 155 | variables 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 |
| 667 | detailed description of these syntactic symbols. | 667 | detailed description of these syntactic symbols. |
| 668 | 668 | ||
| 669 | @cindex Custom Indentation Functions | 669 | @cindex Custom Indentation Functions |
| 670 | The value associated with each syntactic symbol in this association list | 670 | The value associated with each syntactic symbol in this association list |
| 671 | is called an @var{ACTION} which can be either a function or a list. | 671 | is 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 |
| 673 | using a function as a brace hanging @var{ACTION}. | 673 | using a function as a brace hanging @var{ACTION}. |
| 674 | 674 | ||
| 675 | When the @var{ACTION} is a list, it can contain any combination of the | 675 | 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 | |||
| 720 | introducing braces, such as @code{class-open} or @code{defun-open}. | 720 | introducing braces, such as @code{class-open} or @code{defun-open}. |
| 721 | Emacs makes an assumption that such braces will always appear in column | 721 | Emacs makes an assumption that such braces will always appear in column |
| 722 | zero, hanging such braces can introduce performance problems. | 722 | zero, 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. | |||
| 746 | In C++, double-colons are used as a scope operator but because these | 746 | In C++, double-colons are used as a scope operator but because these |
| 747 | colons always appear right next to each other, newlines before and after | 747 | colons always appear right next to each other, newlines before and after |
| 748 | them are controlled by a different mechanism, called @dfn{clean-ups} in | 748 | them 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 | |||
| 761 | these characters do not correspond directly to syntactic symbols, a | 761 | these characters do not correspond directly to syntactic symbols, a |
| 762 | different mechanism is used to determine whether newlines should be | 762 | different mechanism is used to determine whether newlines should be |
| 763 | automatically inserted after these characters. @xref{Customizing | 763 | automatically inserted after these characters. @xref{Customizing |
| 764 | Semi-colons and Commas} for details. | 764 | Semi-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 | ||
| 1149 | Also, except as noted below, re-indentation is always driven by the | 1149 | Also, except as noted below, re-indentation is always driven by the |
| 1150 | same mechanisms that control on-the-fly indentation of code. @xref{New | 1150 | same mechanisms that control on-the-fly indentation of code. @xref{New |
| 1151 | Indentation Engine} for details. | 1151 | Indentation 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 | |||
| 1402 | indentatio. Most likely, you'll | 1402 | indentatio. Most likely, you'll |
| 1403 | find one of the pre-defined styles will suit your needs, but if not, | 1403 | find one of the pre-defined styles will suit your needs, but if not, |
| 1404 | this section will describe how to set up basic editing configurations. | 1404 | this 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} | |||
| 1681 | file to make the changes described in the previous section | 1681 | file 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 |
| 1683 | for more information on customizing Emacs via hooks. @xref{Sample | 1683 | for 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 | |||
| 1795 | doing @code{setq}'s at the top level of your @file{.emacs} file, these | 1795 | doing @code{setq}'s at the top level of your @file{.emacs} file, these |
| 1796 | settings will be captured in the @code{user} style. Also, all other | 1796 | settings will be captured in the @code{user} style. Also, all other |
| 1797 | styles implicitly inherit their settings from @code{user} style. This | 1797 | styles implicitly inherit their settings from @code{user} style. This |
| 1798 | means that for any styles you add via @code{c-add-style} (@xref{Adding | 1798 | means that for any styles you add via @code{c-add-style} (@pxref{Adding |
| 1799 | Styles}) you need only define the differences between your new style and | 1799 | Styles}) 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 . |
| 3425 | Set the Emacs mark (@pxref{Emacs Preliminaries}) at point. | 3425 | Set the Emacs mark (@pxref{Emacs Preliminaries}) at point. |
| 3426 | @item m ^ | 3426 | @item m ^ |
| 3427 | Set the Emacs mark (@xref{Emacs Preliminaries}) back to where it was last | 3427 | Set the Emacs mark (@pxref{Emacs Preliminaries}) back to where it was last |
| 3428 | set with the @kbd{m.} command. This is useful when you set the mark with | 3428 | set 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 |
| 3430 | it in a way that you didn't like. | 3430 | it in a way that you didn't like. |