Skip to content

Commit

Permalink
Revert "Use @pxref when necessary"
Browse files Browse the repository at this point in the history
This reverts commit b4f47d2.
Cleanups should not be done on the release branch: that's
unnecessary risk.
  • Loading branch information
Eli-Zaretskii committed Nov 24, 2021
1 parent b4f47d2 commit 0854453
Show file tree
Hide file tree
Showing 11 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion doc/lispref/customize.texi
Expand Up @@ -737,7 +737,7 @@ If omitted, @var{key-type} and @var{value-type} default to

The user can add any key matching the specified key type, but you can
give some keys a preferential treatment by specifying them with the
@code{:options} (@pxref{Variable Definitions}). The specified keys
@code{:options} (see @ref{Variable Definitions}). The specified keys
will always be shown in the customize buffer (together with a suitable
value), with a checkbox to include or exclude or disable the key/value
pair from the alist. The user will not be able to edit the keys
Expand Down
2 changes: 1 addition & 1 deletion doc/lispref/edebug.texi
Expand Up @@ -1267,7 +1267,7 @@ balanced parentheses, recursive processing of forms, and recursion via
indirect specifications.

Here's a table of the possible elements of a specification list, with
their meanings (@pxref{Specification Examples}, for the referenced
their meanings (see @ref{Specification Examples}, for the referenced
examples):

@table @code
Expand Down
2 changes: 1 addition & 1 deletion doc/lispref/variables.texi
Expand Up @@ -363,7 +363,7 @@ where you are in Emacs.
@cindex evaluation error
@cindex infinite recursion
This variable defines the limit on the total number of local variable
bindings and @code{unwind-protect} cleanups (@pxref{Cleanups,,
bindings and @code{unwind-protect} cleanups (see @ref{Cleanups,,
Cleaning Up from Nonlocal Exits}) that are allowed before Emacs
signals an error (with data @code{"Variable binding depth exceeds
max-specpdl-size"}).
Expand Down
4 changes: 2 additions & 2 deletions doc/misc/efaq.texi
Expand Up @@ -151,7 +151,7 @@ and @key{Meta}

@item
@key{DEL}: @key{Delete}, usually @strong{not} the same as
@key{Backspace}; same as @kbd{C-?} (@pxref{Backspace invokes help}, if
@key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if
deleting invokes Emacs help)

@item
Expand Down Expand Up @@ -793,7 +793,7 @@ informational files about Emacs and relevant aspects of the GNU project
are available for you to read.

The following files (and others) are available in the @file{etc}
directory of the Emacs distribution (@pxref{File-name conventions}, if
directory of the Emacs distribution (see @ref{File-name conventions}, if
you're not sure where that is). Many of these files are available via
the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x
help-for-help}).
Expand Down
2 changes: 1 addition & 1 deletion doc/misc/flymake.texi
Expand Up @@ -1145,7 +1145,7 @@ file are parsed.
For @file{file.h}, the include directives to look for are
@code{#include "file.h"}, @code{#include "../file.h"}, etc. Each
include is checked against a list of include directories
(@pxref{Getting the include directories}) to be sure it points to the
(see @ref{Getting the include directories}) to be sure it points to the
correct @file{file.h}.

First matching master file found stops the search. The master file is then
Expand Down
4 changes: 2 additions & 2 deletions doc/misc/gnus.texi
Expand Up @@ -1004,7 +1004,7 @@ The fundamental building blocks of Gnus are @dfn{servers},
@dfn{groups}, and @dfn{articles}. Servers can be local or remote.
Each server maintains a list of groups, and those groups contain
articles. Because Gnus presents a unified interface to a wide variety
of servers, the vocabulary doesn't always quite line up (@pxref{FAQ
of servers, the vocabulary doesn't always quite line up (see @ref{FAQ
- Glossary}, for a more complete glossary). Thus a local maildir is
referred to as a ``server'' (@pxref{Finding the News}) the same as a
Usenet or IMAP server is; ``groups'' (@pxref{Group Buffer}) might mean
Expand Down Expand Up @@ -28881,7 +28881,7 @@ gnus-agent-cache nil)} reverts to the old behavior.
@item
Dired integration

@code{gnus-dired-minor-mode} (@pxref{Other modes}) installs key
@code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
bindings in dired buffers to send a file as an attachment, open a file
using the appropriate mailcap entry, and print a file using the mailcap
entry.
Expand Down
4 changes: 2 additions & 2 deletions doc/misc/htmlfontify.texi
Expand Up @@ -633,7 +633,7 @@ Convert an Emacs :foreground property to a CSS color property.
(hfy-flatten-style @var{style})
@end lisp

Take @var{style} (@pxref{hfy-face-to-style-i}, @pxref{hfy-face-to-style})
Take @var{style} (see @ref{hfy-face-to-style-i}, @ref{hfy-face-to-style})
and merge any multiple attributes appropriately. Currently only font-size is
merged down to a single occurrence---others may need special handling, but I
haven't encountered them yet. Returns a @ref{hfy-style-assoc}.
Expand Down Expand Up @@ -841,7 +841,7 @@ See @ref{hfy-display-class} for details of valid values for @var{class}.
@end lisp

Find face in effect at point P@. If overlays are to be considered
(@pxref{hfy-optimizations}) then this may return a @code{defface} style
(see @ref{hfy-optimizations}) then this may return a @code{defface} style
list of face properties instead of a face symbol.

@item hfy-bgcol
Expand Down
8 changes: 4 additions & 4 deletions doc/misc/mh-e.texi
Expand Up @@ -1018,16 +1018,16 @@ Send multimedia messages (@pxref{Adding Attachments}).
Read HTML messages (@pxref{HTML}).
@c -------------------------
@item
Use aliases and identities (@pxref{Aliases}, @pxref{Identities}).
Use aliases and identities (see @ref{Aliases}, @pxref{Identities}).
@c -------------------------
@item
Create different views of your mail (@pxref{Threading}, @pxref{Limits}).
Create different views of your mail (see @ref{Threading}, @pxref{Limits}).
@c -------------------------
@item
Deal with junk mail (@pxref{Junk}).
@c -------------------------
@item
Handle signed and encrypted messages (@pxref{Reading PGP},
Handle signed and encrypted messages (see @ref{Reading PGP},
@pxref{Sending PGP}).
@c -------------------------
@item
Expand All @@ -1038,7 +1038,7 @@ Process mail that was sent with @command{shar} or @command{uuencode}
Use sequences conveniently (@pxref{Sequences}).
@c -------------------------
@item
Use the speedbar, tool bar, and menu bar (@pxref{Speedbar}, @pxref{Tool
Use the speedbar, tool bar, and menu bar (see @ref{Speedbar}, see @ref{Tool
Bar}, @pxref{Menu Bar}).
@c -------------------------
@item
Expand Down
4 changes: 2 additions & 2 deletions doc/misc/pcl-cvs.texi
Expand Up @@ -524,8 +524,8 @@ you can use in PCL-CVS@. They are grouped together by type.
Most commands in PCL-CVS require that you have a @file{*cvs*}
buffer. The commands that you use to get one are listed below.
For each, a @samp{cvs} process will be run, the output will be parsed by
PCL-CVS, and the result will be printed in the @file{*cvs*} buffer
(@pxref{Buffer contents}, for a description of the buffer's contents).
PCL-CVS, and the result will be printed in the @file{*cvs*} buffer (see
@ref{Buffer contents}, for a description of the buffer's contents).

@table @kbd
@item M-x cvs-update
Expand Down
6 changes: 3 additions & 3 deletions doc/misc/tramp.texi
Expand Up @@ -3389,8 +3389,8 @@ returns the exit code for it. When the user option
indication that the process has been interrupted, and returns a
corresponding string.

This remote process handling does not apply to @acronym{GVFS}
(@pxref{GVFS-based methods}) because the remote file system is mounted on
This remote process handling does not apply to @acronym{GVFS} (see
@ref{GVFS-based methods}) because the remote file system is mounted on
the local host and @value{tramp} accesses it by changing the
@code{default-directory}.

Expand All @@ -3411,7 +3411,7 @@ might also add their name to this environment variable, like
For @value{tramp} to find the command on the remote, it must be
accessible through the default search path as setup by @value{tramp}
upon first connection. Alternatively, use an absolute path or extend
@code{tramp-remote-path} (@pxref{Remote programs}):
@code{tramp-remote-path} (see @ref{Remote programs}):

@lisp
@group
Expand Down
6 changes: 3 additions & 3 deletions doc/misc/vhdl-mode.texi
Expand Up @@ -243,7 +243,7 @@ components. Also notice that the first component,
@vindex vhdl-offsets-alist
@vindex offsets-alist @r{(vhdl-)}
Indentation for the current line is calculated using the syntactic
component list derived in step 1 above (@pxref{Syntactic
component list derived in step 1 above (see @ref{Syntactic
Analysis}). Each component contributes to the final total indentation
of the line in two ways.

Expand Down Expand Up @@ -668,7 +668,7 @@ not handled by the mode directly.
@cindex custom indentation functions
One of the most common ways to customize VHDL Mode is by writing
@dfn{custom indentation functions} and associating them with specific
syntactic symbols (@pxref{Syntactic Symbols}). VHDL Mode itself
syntactic symbols (see @ref{Syntactic Symbols}). VHDL Mode itself
uses custom indentation functions to provide more sophisticated
indentation, for example when lining up selected signal assignments:
@example
Expand Down Expand Up @@ -732,7 +732,7 @@ operator on the first line of the statement. Here is the lisp code
@end example
@noindent
Custom indent functions take a single argument, which is a syntactic
component cons cell (@pxref{Syntactic Analysis}). The
component cons cell (see @ref{Syntactic Analysis}). The
function returns an integer offset value that will be added to the
running total indentation for the line. Note that what actually gets
returned is the difference between the column that the signal assignment
Expand Down

0 comments on commit 0854453

Please sign in to comment.