diff options
| author | Eli Zaretskii | 2021-11-24 21:27:15 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2021-11-24 21:27:15 +0200 |
| commit | 0854453ec2343cbfac3ac8e233cdc7bd2c8554a9 (patch) | |
| tree | d0dd6172a00410ce1523822e1f4c216a2a24658d | |
| parent | b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e (diff) | |
| download | emacs-0854453ec2343cbfac3ac8e233cdc7bd2c8554a9.tar.gz emacs-0854453ec2343cbfac3ac8e233cdc7bd2c8554a9.zip | |
Revert "Use @pxref when necessary"
This reverts commit b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e.
Cleanups should not be done on the release branch: that's
unnecessary risk.
| -rw-r--r-- | doc/lispref/customize.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/edebug.texi | 2 | ||||
| -rw-r--r-- | doc/lispref/variables.texi | 2 | ||||
| -rw-r--r-- | doc/misc/efaq.texi | 4 | ||||
| -rw-r--r-- | doc/misc/flymake.texi | 2 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 4 | ||||
| -rw-r--r-- | doc/misc/htmlfontify.texi | 4 | ||||
| -rw-r--r-- | doc/misc/mh-e.texi | 8 | ||||
| -rw-r--r-- | doc/misc/pcl-cvs.texi | 4 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 6 | ||||
| -rw-r--r-- | doc/misc/vhdl-mode.texi | 6 |
11 files changed, 22 insertions, 22 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 00287a7212a..b93b8bc015a 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -737,7 +737,7 @@ If omitted, @var{key-type} and @var{value-type} default to | |||
| 737 | 737 | ||
| 738 | The user can add any key matching the specified key type, but you can | 738 | The user can add any key matching the specified key type, but you can |
| 739 | give some keys a preferential treatment by specifying them with the | 739 | give some keys a preferential treatment by specifying them with the |
| 740 | @code{:options} (@pxref{Variable Definitions}). The specified keys | 740 | @code{:options} (see @ref{Variable Definitions}). The specified keys |
| 741 | will always be shown in the customize buffer (together with a suitable | 741 | will always be shown in the customize buffer (together with a suitable |
| 742 | value), with a checkbox to include or exclude or disable the key/value | 742 | value), with a checkbox to include or exclude or disable the key/value |
| 743 | pair from the alist. The user will not be able to edit the keys | 743 | pair from the alist. The user will not be able to edit the keys |
diff --git a/doc/lispref/edebug.texi b/doc/lispref/edebug.texi index 0db77255a65..7d67cc3af11 100644 --- a/doc/lispref/edebug.texi +++ b/doc/lispref/edebug.texi | |||
| @@ -1267,7 +1267,7 @@ balanced parentheses, recursive processing of forms, and recursion via | |||
| 1267 | indirect specifications. | 1267 | indirect specifications. |
| 1268 | 1268 | ||
| 1269 | Here's a table of the possible elements of a specification list, with | 1269 | Here's a table of the possible elements of a specification list, with |
| 1270 | their meanings (@pxref{Specification Examples}, for the referenced | 1270 | their meanings (see @ref{Specification Examples}, for the referenced |
| 1271 | examples): | 1271 | examples): |
| 1272 | 1272 | ||
| 1273 | @table @code | 1273 | @table @code |
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 0d022a2a502..a1d1919b4bf 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -363,7 +363,7 @@ where you are in Emacs. | |||
| 363 | @cindex evaluation error | 363 | @cindex evaluation error |
| 364 | @cindex infinite recursion | 364 | @cindex infinite recursion |
| 365 | This variable defines the limit on the total number of local variable | 365 | This variable defines the limit on the total number of local variable |
| 366 | bindings and @code{unwind-protect} cleanups (@pxref{Cleanups,, | 366 | bindings and @code{unwind-protect} cleanups (see @ref{Cleanups,, |
| 367 | Cleaning Up from Nonlocal Exits}) that are allowed before Emacs | 367 | Cleaning Up from Nonlocal Exits}) that are allowed before Emacs |
| 368 | signals an error (with data @code{"Variable binding depth exceeds | 368 | signals an error (with data @code{"Variable binding depth exceeds |
| 369 | max-specpdl-size"}). | 369 | max-specpdl-size"}). |
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi index 757418a67ca..cdb6f9b5848 100644 --- a/doc/misc/efaq.texi +++ b/doc/misc/efaq.texi | |||
| @@ -151,7 +151,7 @@ and @key{Meta} | |||
| 151 | 151 | ||
| 152 | @item | 152 | @item |
| 153 | @key{DEL}: @key{Delete}, usually @strong{not} the same as | 153 | @key{DEL}: @key{Delete}, usually @strong{not} the same as |
| 154 | @key{Backspace}; same as @kbd{C-?} (@pxref{Backspace invokes help}, if | 154 | @key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if |
| 155 | deleting invokes Emacs help) | 155 | deleting invokes Emacs help) |
| 156 | 156 | ||
| 157 | @item | 157 | @item |
| @@ -793,7 +793,7 @@ informational files about Emacs and relevant aspects of the GNU project | |||
| 793 | are available for you to read. | 793 | are available for you to read. |
| 794 | 794 | ||
| 795 | The following files (and others) are available in the @file{etc} | 795 | The following files (and others) are available in the @file{etc} |
| 796 | directory of the Emacs distribution (@pxref{File-name conventions}, if | 796 | directory of the Emacs distribution (see @ref{File-name conventions}, if |
| 797 | you're not sure where that is). Many of these files are available via | 797 | you're not sure where that is). Many of these files are available via |
| 798 | the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x | 798 | the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x |
| 799 | help-for-help}). | 799 | help-for-help}). |
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi index 5f02a1568e2..f741ee5d723 100644 --- a/doc/misc/flymake.texi +++ b/doc/misc/flymake.texi | |||
| @@ -1145,7 +1145,7 @@ file are parsed. | |||
| 1145 | For @file{file.h}, the include directives to look for are | 1145 | For @file{file.h}, the include directives to look for are |
| 1146 | @code{#include "file.h"}, @code{#include "../file.h"}, etc. Each | 1146 | @code{#include "file.h"}, @code{#include "../file.h"}, etc. Each |
| 1147 | include is checked against a list of include directories | 1147 | include is checked against a list of include directories |
| 1148 | (@pxref{Getting the include directories}) to be sure it points to the | 1148 | (see @ref{Getting the include directories}) to be sure it points to the |
| 1149 | correct @file{file.h}. | 1149 | correct @file{file.h}. |
| 1150 | 1150 | ||
| 1151 | First matching master file found stops the search. The master file is then | 1151 | First matching master file found stops the search. The master file is then |
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 31e3c7d1f60..6c892bc80a9 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -1004,7 +1004,7 @@ The fundamental building blocks of Gnus are @dfn{servers}, | |||
| 1004 | @dfn{groups}, and @dfn{articles}. Servers can be local or remote. | 1004 | @dfn{groups}, and @dfn{articles}. Servers can be local or remote. |
| 1005 | Each server maintains a list of groups, and those groups contain | 1005 | Each server maintains a list of groups, and those groups contain |
| 1006 | articles. Because Gnus presents a unified interface to a wide variety | 1006 | articles. Because Gnus presents a unified interface to a wide variety |
| 1007 | of servers, the vocabulary doesn't always quite line up (@pxref{FAQ | 1007 | of servers, the vocabulary doesn't always quite line up (see @ref{FAQ |
| 1008 | - Glossary}, for a more complete glossary). Thus a local maildir is | 1008 | - Glossary}, for a more complete glossary). Thus a local maildir is |
| 1009 | referred to as a ``server'' (@pxref{Finding the News}) the same as a | 1009 | referred to as a ``server'' (@pxref{Finding the News}) the same as a |
| 1010 | Usenet or IMAP server is; ``groups'' (@pxref{Group Buffer}) might mean | 1010 | Usenet or IMAP server is; ``groups'' (@pxref{Group Buffer}) might mean |
| @@ -28881,7 +28881,7 @@ gnus-agent-cache nil)} reverts to the old behavior. | |||
| 28881 | @item | 28881 | @item |
| 28882 | Dired integration | 28882 | Dired integration |
| 28883 | 28883 | ||
| 28884 | @code{gnus-dired-minor-mode} (@pxref{Other modes}) installs key | 28884 | @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key |
| 28885 | bindings in dired buffers to send a file as an attachment, open a file | 28885 | bindings in dired buffers to send a file as an attachment, open a file |
| 28886 | using the appropriate mailcap entry, and print a file using the mailcap | 28886 | using the appropriate mailcap entry, and print a file using the mailcap |
| 28887 | entry. | 28887 | entry. |
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi index b2216924e2d..1674565cdac 100644 --- a/doc/misc/htmlfontify.texi +++ b/doc/misc/htmlfontify.texi | |||
| @@ -633,7 +633,7 @@ Convert an Emacs :foreground property to a CSS color property. | |||
| 633 | (hfy-flatten-style @var{style}) | 633 | (hfy-flatten-style @var{style}) |
| 634 | @end lisp | 634 | @end lisp |
| 635 | 635 | ||
| 636 | Take @var{style} (@pxref{hfy-face-to-style-i}, @pxref{hfy-face-to-style}) | 636 | Take @var{style} (see @ref{hfy-face-to-style-i}, @ref{hfy-face-to-style}) |
| 637 | and merge any multiple attributes appropriately. Currently only font-size is | 637 | and merge any multiple attributes appropriately. Currently only font-size is |
| 638 | merged down to a single occurrence---others may need special handling, but I | 638 | merged down to a single occurrence---others may need special handling, but I |
| 639 | haven't encountered them yet. Returns a @ref{hfy-style-assoc}. | 639 | haven't encountered them yet. Returns a @ref{hfy-style-assoc}. |
| @@ -841,7 +841,7 @@ See @ref{hfy-display-class} for details of valid values for @var{class}. | |||
| 841 | @end lisp | 841 | @end lisp |
| 842 | 842 | ||
| 843 | Find face in effect at point P@. If overlays are to be considered | 843 | Find face in effect at point P@. If overlays are to be considered |
| 844 | (@pxref{hfy-optimizations}) then this may return a @code{defface} style | 844 | (see @ref{hfy-optimizations}) then this may return a @code{defface} style |
| 845 | list of face properties instead of a face symbol. | 845 | list of face properties instead of a face symbol. |
| 846 | 846 | ||
| 847 | @item hfy-bgcol | 847 | @item hfy-bgcol |
diff --git a/doc/misc/mh-e.texi b/doc/misc/mh-e.texi index d96c243f52b..bc788ebae09 100644 --- a/doc/misc/mh-e.texi +++ b/doc/misc/mh-e.texi | |||
| @@ -1018,16 +1018,16 @@ Send multimedia messages (@pxref{Adding Attachments}). | |||
| 1018 | Read HTML messages (@pxref{HTML}). | 1018 | Read HTML messages (@pxref{HTML}). |
| 1019 | @c ------------------------- | 1019 | @c ------------------------- |
| 1020 | @item | 1020 | @item |
| 1021 | Use aliases and identities (@pxref{Aliases}, @pxref{Identities}). | 1021 | Use aliases and identities (see @ref{Aliases}, @pxref{Identities}). |
| 1022 | @c ------------------------- | 1022 | @c ------------------------- |
| 1023 | @item | 1023 | @item |
| 1024 | Create different views of your mail (@pxref{Threading}, @pxref{Limits}). | 1024 | Create different views of your mail (see @ref{Threading}, @pxref{Limits}). |
| 1025 | @c ------------------------- | 1025 | @c ------------------------- |
| 1026 | @item | 1026 | @item |
| 1027 | Deal with junk mail (@pxref{Junk}). | 1027 | Deal with junk mail (@pxref{Junk}). |
| 1028 | @c ------------------------- | 1028 | @c ------------------------- |
| 1029 | @item | 1029 | @item |
| 1030 | Handle signed and encrypted messages (@pxref{Reading PGP}, | 1030 | Handle signed and encrypted messages (see @ref{Reading PGP}, |
| 1031 | @pxref{Sending PGP}). | 1031 | @pxref{Sending PGP}). |
| 1032 | @c ------------------------- | 1032 | @c ------------------------- |
| 1033 | @item | 1033 | @item |
| @@ -1038,7 +1038,7 @@ Process mail that was sent with @command{shar} or @command{uuencode} | |||
| 1038 | Use sequences conveniently (@pxref{Sequences}). | 1038 | Use sequences conveniently (@pxref{Sequences}). |
| 1039 | @c ------------------------- | 1039 | @c ------------------------- |
| 1040 | @item | 1040 | @item |
| 1041 | Use the speedbar, tool bar, and menu bar (@pxref{Speedbar}, @pxref{Tool | 1041 | Use the speedbar, tool bar, and menu bar (see @ref{Speedbar}, see @ref{Tool |
| 1042 | Bar}, @pxref{Menu Bar}). | 1042 | Bar}, @pxref{Menu Bar}). |
| 1043 | @c ------------------------- | 1043 | @c ------------------------- |
| 1044 | @item | 1044 | @item |
diff --git a/doc/misc/pcl-cvs.texi b/doc/misc/pcl-cvs.texi index 833326c089b..4ba067fd81f 100644 --- a/doc/misc/pcl-cvs.texi +++ b/doc/misc/pcl-cvs.texi | |||
| @@ -524,8 +524,8 @@ you can use in PCL-CVS@. They are grouped together by type. | |||
| 524 | Most commands in PCL-CVS require that you have a @file{*cvs*} | 524 | Most commands in PCL-CVS require that you have a @file{*cvs*} |
| 525 | buffer. The commands that you use to get one are listed below. | 525 | buffer. The commands that you use to get one are listed below. |
| 526 | For each, a @samp{cvs} process will be run, the output will be parsed by | 526 | For each, a @samp{cvs} process will be run, the output will be parsed by |
| 527 | PCL-CVS, and the result will be printed in the @file{*cvs*} buffer | 527 | PCL-CVS, and the result will be printed in the @file{*cvs*} buffer (see |
| 528 | (@pxref{Buffer contents}, for a description of the buffer's contents). | 528 | @ref{Buffer contents}, for a description of the buffer's contents). |
| 529 | 529 | ||
| 530 | @table @kbd | 530 | @table @kbd |
| 531 | @item M-x cvs-update | 531 | @item M-x cvs-update |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index a9794eb4b71..a17a8d67e5b 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3389,8 +3389,8 @@ returns the exit code for it. When the user option | |||
| 3389 | indication that the process has been interrupted, and returns a | 3389 | indication that the process has been interrupted, and returns a |
| 3390 | corresponding string. | 3390 | corresponding string. |
| 3391 | 3391 | ||
| 3392 | This remote process handling does not apply to @acronym{GVFS} | 3392 | This remote process handling does not apply to @acronym{GVFS} (see |
| 3393 | (@pxref{GVFS-based methods}) because the remote file system is mounted on | 3393 | @ref{GVFS-based methods}) because the remote file system is mounted on |
| 3394 | the local host and @value{tramp} accesses it by changing the | 3394 | the local host and @value{tramp} accesses it by changing the |
| 3395 | @code{default-directory}. | 3395 | @code{default-directory}. |
| 3396 | 3396 | ||
| @@ -3411,7 +3411,7 @@ might also add their name to this environment variable, like | |||
| 3411 | For @value{tramp} to find the command on the remote, it must be | 3411 | For @value{tramp} to find the command on the remote, it must be |
| 3412 | accessible through the default search path as setup by @value{tramp} | 3412 | accessible through the default search path as setup by @value{tramp} |
| 3413 | upon first connection. Alternatively, use an absolute path or extend | 3413 | upon first connection. Alternatively, use an absolute path or extend |
| 3414 | @code{tramp-remote-path} (@pxref{Remote programs}): | 3414 | @code{tramp-remote-path} (see @ref{Remote programs}): |
| 3415 | 3415 | ||
| 3416 | @lisp | 3416 | @lisp |
| 3417 | @group | 3417 | @group |
diff --git a/doc/misc/vhdl-mode.texi b/doc/misc/vhdl-mode.texi index 7022582db51..fef98a74636 100644 --- a/doc/misc/vhdl-mode.texi +++ b/doc/misc/vhdl-mode.texi | |||
| @@ -243,7 +243,7 @@ components. Also notice that the first component, | |||
| 243 | @vindex vhdl-offsets-alist | 243 | @vindex vhdl-offsets-alist |
| 244 | @vindex offsets-alist @r{(vhdl-)} | 244 | @vindex offsets-alist @r{(vhdl-)} |
| 245 | Indentation for the current line is calculated using the syntactic | 245 | Indentation for the current line is calculated using the syntactic |
| 246 | component list derived in step 1 above (@pxref{Syntactic | 246 | component list derived in step 1 above (see @ref{Syntactic |
| 247 | Analysis}). Each component contributes to the final total indentation | 247 | Analysis}). Each component contributes to the final total indentation |
| 248 | of the line in two ways. | 248 | of the line in two ways. |
| 249 | 249 | ||
| @@ -668,7 +668,7 @@ not handled by the mode directly. | |||
| 668 | @cindex custom indentation functions | 668 | @cindex custom indentation functions |
| 669 | One of the most common ways to customize VHDL Mode is by writing | 669 | One of the most common ways to customize VHDL Mode is by writing |
| 670 | @dfn{custom indentation functions} and associating them with specific | 670 | @dfn{custom indentation functions} and associating them with specific |
| 671 | syntactic symbols (@pxref{Syntactic Symbols}). VHDL Mode itself | 671 | syntactic symbols (see @ref{Syntactic Symbols}). VHDL Mode itself |
| 672 | uses custom indentation functions to provide more sophisticated | 672 | uses custom indentation functions to provide more sophisticated |
| 673 | indentation, for example when lining up selected signal assignments: | 673 | indentation, for example when lining up selected signal assignments: |
| 674 | @example | 674 | @example |
| @@ -732,7 +732,7 @@ operator on the first line of the statement. Here is the lisp code | |||
| 732 | @end example | 732 | @end example |
| 733 | @noindent | 733 | @noindent |
| 734 | Custom indent functions take a single argument, which is a syntactic | 734 | Custom indent functions take a single argument, which is a syntactic |
| 735 | component cons cell (@pxref{Syntactic Analysis}). The | 735 | component cons cell (see @ref{Syntactic Analysis}). The |
| 736 | function returns an integer offset value that will be added to the | 736 | function returns an integer offset value that will be added to the |
| 737 | running total indentation for the line. Note that what actually gets | 737 | running total indentation for the line. Note that what actually gets |
| 738 | returned is the difference between the column that the signal assignment | 738 | returned is the difference between the column that the signal assignment |