aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Pluim2021-11-24 17:28:45 +0100
committerRobert Pluim2021-11-24 17:55:27 +0100
commitb4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e (patch)
tree05030b6ca758b0ebc3a9084a015b1a0d79a563fa
parent764ffa76ed00f7a69e56a6898c22383a204421eb (diff)
downloademacs-b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e.tar.gz
emacs-b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e.zip
Use @pxref when necessary
* doc/lispref/customize.texi (Composite Types): * doc/lispref/edebug.texi (Specification List): * doc/lispref/variables.texi (Local Variables): * doc/misc/efaq.texi (Basic keys): (Informational files for Emacs): * doc/misc/flymake.texi (Locating a master file): * doc/misc/gnus.texi (Don't Panic): (Oort Gnus): * doc/misc/htmlfontify.texi (Non-interactive): * doc/misc/mh-e.texi (More About MH-E): * doc/misc/pcl-cvs.texi (Entering PCL-CVS): * doc/misc/tramp.texi (Remote processes): * doc/misc/vhdl-mode.texi (Indentation Calculation): (Custom Indentation Functions): Use @pxref when inside parens.
-rw-r--r--doc/lispref/customize.texi2
-rw-r--r--doc/lispref/edebug.texi2
-rw-r--r--doc/lispref/variables.texi2
-rw-r--r--doc/misc/efaq.texi4
-rw-r--r--doc/misc/flymake.texi2
-rw-r--r--doc/misc/gnus.texi4
-rw-r--r--doc/misc/htmlfontify.texi4
-rw-r--r--doc/misc/mh-e.texi8
-rw-r--r--doc/misc/pcl-cvs.texi4
-rw-r--r--doc/misc/tramp.texi6
-rw-r--r--doc/misc/vhdl-mode.texi6
11 files changed, 22 insertions, 22 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index b93b8bc015a..00287a7212a 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
738The user can add any key matching the specified key type, but you can 738The user can add any key matching the specified key type, but you can
739give some keys a preferential treatment by specifying them with the 739give some keys a preferential treatment by specifying them with the
740@code{:options} (see @ref{Variable Definitions}). The specified keys 740@code{:options} (@pxref{Variable Definitions}). The specified keys
741will always be shown in the customize buffer (together with a suitable 741will always be shown in the customize buffer (together with a suitable
742value), with a checkbox to include or exclude or disable the key/value 742value), with a checkbox to include or exclude or disable the key/value
743pair from the alist. The user will not be able to edit the keys 743pair 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 7d67cc3af11..0db77255a65 100644
--- a/doc/lispref/edebug.texi
+++ b/doc/lispref/edebug.texi
@@ -1267,7 +1267,7 @@ balanced parentheses, recursive processing of forms, and recursion via
1267indirect specifications. 1267indirect specifications.
1268 1268
1269Here's a table of the possible elements of a specification list, with 1269Here's a table of the possible elements of a specification list, with
1270their meanings (see @ref{Specification Examples}, for the referenced 1270their meanings (@pxref{Specification Examples}, for the referenced
1271examples): 1271examples):
1272 1272
1273@table @code 1273@table @code
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index a1d1919b4bf..0d022a2a502 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
365This variable defines the limit on the total number of local variable 365This variable defines the limit on the total number of local variable
366bindings and @code{unwind-protect} cleanups (see @ref{Cleanups,, 366bindings and @code{unwind-protect} cleanups (@pxref{Cleanups,,
367Cleaning Up from Nonlocal Exits}) that are allowed before Emacs 367Cleaning Up from Nonlocal Exits}) that are allowed before Emacs
368signals an error (with data @code{"Variable binding depth exceeds 368signals an error (with data @code{"Variable binding depth exceeds
369max-specpdl-size"}). 369max-specpdl-size"}).
diff --git a/doc/misc/efaq.texi b/doc/misc/efaq.texi
index cdb6f9b5848..757418a67ca 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-?} (see @ref{Backspace invokes help}, if 154@key{Backspace}; same as @kbd{C-?} (@pxref{Backspace invokes help}, if
155deleting invokes Emacs help) 155deleting invokes Emacs help)
156 156
157@item 157@item
@@ -793,7 +793,7 @@ informational files about Emacs and relevant aspects of the GNU project
793are available for you to read. 793are available for you to read.
794 794
795The following files (and others) are available in the @file{etc} 795The following files (and others) are available in the @file{etc}
796directory of the Emacs distribution (see @ref{File-name conventions}, if 796directory of the Emacs distribution (@pxref{File-name conventions}, if
797you're not sure where that is). Many of these files are available via 797you're not sure where that is). Many of these files are available via
798the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x 798the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x
799help-for-help}). 799help-for-help}).
diff --git a/doc/misc/flymake.texi b/doc/misc/flymake.texi
index f741ee5d723..5f02a1568e2 100644
--- a/doc/misc/flymake.texi
+++ b/doc/misc/flymake.texi
@@ -1145,7 +1145,7 @@ file are parsed.
1145For @file{file.h}, the include directives to look for are 1145For @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
1147include is checked against a list of include directories 1147include is checked against a list of include directories
1148(see @ref{Getting the include directories}) to be sure it points to the 1148(@pxref{Getting the include directories}) to be sure it points to the
1149correct @file{file.h}. 1149correct @file{file.h}.
1150 1150
1151First matching master file found stops the search. The master file is then 1151First 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 6c892bc80a9..31e3c7d1f60 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.
1005Each server maintains a list of groups, and those groups contain 1005Each server maintains a list of groups, and those groups contain
1006articles. Because Gnus presents a unified interface to a wide variety 1006articles. Because Gnus presents a unified interface to a wide variety
1007of servers, the vocabulary doesn't always quite line up (see @ref{FAQ 1007of servers, the vocabulary doesn't always quite line up (@pxref{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
1009referred to as a ``server'' (@pxref{Finding the News}) the same as a 1009referred to as a ``server'' (@pxref{Finding the News}) the same as a
1010Usenet or IMAP server is; ``groups'' (@pxref{Group Buffer}) might mean 1010Usenet 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
28882Dired integration 28882Dired integration
28883 28883
28884@code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key 28884@code{gnus-dired-minor-mode} (@pxref{Other modes}) installs key
28885bindings in dired buffers to send a file as an attachment, open a file 28885bindings in dired buffers to send a file as an attachment, open a file
28886using the appropriate mailcap entry, and print a file using the mailcap 28886using the appropriate mailcap entry, and print a file using the mailcap
28887entry. 28887entry.
diff --git a/doc/misc/htmlfontify.texi b/doc/misc/htmlfontify.texi
index 1674565cdac..b2216924e2d 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
636Take @var{style} (see @ref{hfy-face-to-style-i}, @ref{hfy-face-to-style}) 636Take @var{style} (@pxref{hfy-face-to-style-i}, @pxref{hfy-face-to-style})
637and merge any multiple attributes appropriately. Currently only font-size is 637and merge any multiple attributes appropriately. Currently only font-size is
638merged down to a single occurrence---others may need special handling, but I 638merged down to a single occurrence---others may need special handling, but I
639haven't encountered them yet. Returns a @ref{hfy-style-assoc}. 639haven'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
843Find face in effect at point P@. If overlays are to be considered 843Find face in effect at point P@. If overlays are to be considered
844(see @ref{hfy-optimizations}) then this may return a @code{defface} style 844(@pxref{hfy-optimizations}) then this may return a @code{defface} style
845list of face properties instead of a face symbol. 845list 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 bc788ebae09..d96c243f52b 100644
--- a/doc/misc/mh-e.texi
+++ b/doc/misc/mh-e.texi
@@ -1018,16 +1018,16 @@ Send multimedia messages (@pxref{Adding Attachments}).
1018Read HTML messages (@pxref{HTML}). 1018Read HTML messages (@pxref{HTML}).
1019@c ------------------------- 1019@c -------------------------
1020@item 1020@item
1021Use aliases and identities (see @ref{Aliases}, @pxref{Identities}). 1021Use aliases and identities (@pxref{Aliases}, @pxref{Identities}).
1022@c ------------------------- 1022@c -------------------------
1023@item 1023@item
1024Create different views of your mail (see @ref{Threading}, @pxref{Limits}). 1024Create different views of your mail (@pxref{Threading}, @pxref{Limits}).
1025@c ------------------------- 1025@c -------------------------
1026@item 1026@item
1027Deal with junk mail (@pxref{Junk}). 1027Deal with junk mail (@pxref{Junk}).
1028@c ------------------------- 1028@c -------------------------
1029@item 1029@item
1030Handle signed and encrypted messages (see @ref{Reading PGP}, 1030Handle signed and encrypted messages (@pxref{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}
1038Use sequences conveniently (@pxref{Sequences}). 1038Use sequences conveniently (@pxref{Sequences}).
1039@c ------------------------- 1039@c -------------------------
1040@item 1040@item
1041Use the speedbar, tool bar, and menu bar (see @ref{Speedbar}, see @ref{Tool 1041Use the speedbar, tool bar, and menu bar (@pxref{Speedbar}, @pxref{Tool
1042Bar}, @pxref{Menu Bar}). 1042Bar}, @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 4ba067fd81f..833326c089b 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.
524Most commands in PCL-CVS require that you have a @file{*cvs*} 524Most commands in PCL-CVS require that you have a @file{*cvs*}
525buffer. The commands that you use to get one are listed below. 525buffer. The commands that you use to get one are listed below.
526For each, a @samp{cvs} process will be run, the output will be parsed by 526For each, a @samp{cvs} process will be run, the output will be parsed by
527PCL-CVS, and the result will be printed in the @file{*cvs*} buffer (see 527PCL-CVS, and the result will be printed in the @file{*cvs*} buffer
528@ref{Buffer contents}, for a description of the buffer's contents). 528(@pxref{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 a17a8d67e5b..a9794eb4b71 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
3389indication that the process has been interrupted, and returns a 3389indication that the process has been interrupted, and returns a
3390corresponding string. 3390corresponding string.
3391 3391
3392This remote process handling does not apply to @acronym{GVFS} (see 3392This remote process handling does not apply to @acronym{GVFS}
3393@ref{GVFS-based methods}) because the remote file system is mounted on 3393(@pxref{GVFS-based methods}) because the remote file system is mounted on
3394the local host and @value{tramp} accesses it by changing the 3394the 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
3411For @value{tramp} to find the command on the remote, it must be 3411For @value{tramp} to find the command on the remote, it must be
3412accessible through the default search path as setup by @value{tramp} 3412accessible through the default search path as setup by @value{tramp}
3413upon first connection. Alternatively, use an absolute path or extend 3413upon first connection. Alternatively, use an absolute path or extend
3414@code{tramp-remote-path} (see @ref{Remote programs}): 3414@code{tramp-remote-path} (@pxref{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 fef98a74636..7022582db51 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-)}
245Indentation for the current line is calculated using the syntactic 245Indentation for the current line is calculated using the syntactic
246component list derived in step 1 above (see @ref{Syntactic 246component list derived in step 1 above (@pxref{Syntactic
247Analysis}). Each component contributes to the final total indentation 247Analysis}). Each component contributes to the final total indentation
248of the line in two ways. 248of 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
669One of the most common ways to customize VHDL Mode is by writing 669One 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
671syntactic symbols (see @ref{Syntactic Symbols}). VHDL Mode itself 671syntactic symbols (@pxref{Syntactic Symbols}). VHDL Mode itself
672uses custom indentation functions to provide more sophisticated 672uses custom indentation functions to provide more sophisticated
673indentation, for example when lining up selected signal assignments: 673indentation, 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
734Custom indent functions take a single argument, which is a syntactic 734Custom indent functions take a single argument, which is a syntactic
735component cons cell (see @ref{Syntactic Analysis}). The 735component cons cell (@pxref{Syntactic Analysis}). The
736function returns an integer offset value that will be added to the 736function returns an integer offset value that will be added to the
737running total indentation for the line. Note that what actually gets 737running total indentation for the line. Note that what actually gets
738returned is the difference between the column that the signal assignment 738returned is the difference between the column that the signal assignment