mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-11 08:30:45 -08:00
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.
This commit is contained in:
parent
764ffa76ed
commit
b4f47d2ee2
11 changed files with 22 additions and 22 deletions
|
|
@ -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
|
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
|
give some keys a preferential treatment by specifying them with the
|
||||||
@code{:options} (see @ref{Variable Definitions}). The specified keys
|
@code{:options} (@pxref{Variable Definitions}). The specified keys
|
||||||
will always be shown in the customize buffer (together with a suitable
|
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
|
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
|
pair from the alist. The user will not be able to edit the keys
|
||||||
|
|
|
||||||
|
|
@ -1267,7 +1267,7 @@ balanced parentheses, recursive processing of forms, and recursion via
|
||||||
indirect specifications.
|
indirect specifications.
|
||||||
|
|
||||||
Here's a table of the possible elements of a specification list, with
|
Here's a table of the possible elements of a specification list, with
|
||||||
their meanings (see @ref{Specification Examples}, for the referenced
|
their meanings (@pxref{Specification Examples}, for the referenced
|
||||||
examples):
|
examples):
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
|
|
||||||
|
|
@ -363,7 +363,7 @@ where you are in Emacs.
|
||||||
@cindex evaluation error
|
@cindex evaluation error
|
||||||
@cindex infinite recursion
|
@cindex infinite recursion
|
||||||
This variable defines the limit on the total number of local variable
|
This variable defines the limit on the total number of local variable
|
||||||
bindings and @code{unwind-protect} cleanups (see @ref{Cleanups,,
|
bindings and @code{unwind-protect} cleanups (@pxref{Cleanups,,
|
||||||
Cleaning Up from Nonlocal Exits}) that are allowed before Emacs
|
Cleaning Up from Nonlocal Exits}) that are allowed before Emacs
|
||||||
signals an error (with data @code{"Variable binding depth exceeds
|
signals an error (with data @code{"Variable binding depth exceeds
|
||||||
max-specpdl-size"}).
|
max-specpdl-size"}).
|
||||||
|
|
|
||||||
|
|
@ -151,7 +151,7 @@ and @key{Meta}
|
||||||
|
|
||||||
@item
|
@item
|
||||||
@key{DEL}: @key{Delete}, usually @strong{not} the same as
|
@key{DEL}: @key{Delete}, usually @strong{not} the same as
|
||||||
@key{Backspace}; same as @kbd{C-?} (see @ref{Backspace invokes help}, if
|
@key{Backspace}; same as @kbd{C-?} (@pxref{Backspace invokes help}, if
|
||||||
deleting invokes Emacs help)
|
deleting invokes Emacs help)
|
||||||
|
|
||||||
@item
|
@item
|
||||||
|
|
@ -793,7 +793,7 @@ informational files about Emacs and relevant aspects of the GNU project
|
||||||
are available for you to read.
|
are available for you to read.
|
||||||
|
|
||||||
The following files (and others) are available in the @file{etc}
|
The following files (and others) are available in the @file{etc}
|
||||||
directory of the Emacs distribution (see @ref{File-name conventions}, if
|
directory of the Emacs distribution (@pxref{File-name conventions}, if
|
||||||
you're not sure where that is). Many of these files are available via
|
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
|
the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x
|
||||||
help-for-help}).
|
help-for-help}).
|
||||||
|
|
|
||||||
|
|
@ -1145,7 +1145,7 @@ file are parsed.
|
||||||
For @file{file.h}, the include directives to look for are
|
For @file{file.h}, the include directives to look for are
|
||||||
@code{#include "file.h"}, @code{#include "../file.h"}, etc. Each
|
@code{#include "file.h"}, @code{#include "../file.h"}, etc. Each
|
||||||
include is checked against a list of include directories
|
include is checked against a list of include directories
|
||||||
(see @ref{Getting the include directories}) to be sure it points to the
|
(@pxref{Getting the include directories}) to be sure it points to the
|
||||||
correct @file{file.h}.
|
correct @file{file.h}.
|
||||||
|
|
||||||
First matching master file found stops the search. The master file is then
|
First matching master file found stops the search. The master file is then
|
||||||
|
|
|
||||||
|
|
@ -1004,7 +1004,7 @@ The fundamental building blocks of Gnus are @dfn{servers},
|
||||||
@dfn{groups}, and @dfn{articles}. Servers can be local or remote.
|
@dfn{groups}, and @dfn{articles}. Servers can be local or remote.
|
||||||
Each server maintains a list of groups, and those groups contain
|
Each server maintains a list of groups, and those groups contain
|
||||||
articles. Because Gnus presents a unified interface to a wide variety
|
articles. Because Gnus presents a unified interface to a wide variety
|
||||||
of servers, the vocabulary doesn't always quite line up (see @ref{FAQ
|
of servers, the vocabulary doesn't always quite line up (@pxref{FAQ
|
||||||
- Glossary}, for a more complete glossary). Thus a local maildir is
|
- Glossary}, for a more complete glossary). Thus a local maildir is
|
||||||
referred to as a ``server'' (@pxref{Finding the News}) the same as a
|
referred to as a ``server'' (@pxref{Finding the News}) the same as a
|
||||||
Usenet or IMAP server is; ``groups'' (@pxref{Group Buffer}) might mean
|
Usenet or IMAP server is; ``groups'' (@pxref{Group Buffer}) might mean
|
||||||
|
|
@ -28881,7 +28881,7 @@ gnus-agent-cache nil)} reverts to the old behavior.
|
||||||
@item
|
@item
|
||||||
Dired integration
|
Dired integration
|
||||||
|
|
||||||
@code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
|
@code{gnus-dired-minor-mode} (@pxref{Other modes}) installs key
|
||||||
bindings in dired buffers to send a file as an attachment, open a file
|
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
|
using the appropriate mailcap entry, and print a file using the mailcap
|
||||||
entry.
|
entry.
|
||||||
|
|
|
||||||
|
|
@ -633,7 +633,7 @@ Convert an Emacs :foreground property to a CSS color property.
|
||||||
(hfy-flatten-style @var{style})
|
(hfy-flatten-style @var{style})
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
Take @var{style} (see @ref{hfy-face-to-style-i}, @ref{hfy-face-to-style})
|
Take @var{style} (@pxref{hfy-face-to-style-i}, @pxref{hfy-face-to-style})
|
||||||
and merge any multiple attributes appropriately. Currently only font-size is
|
and merge any multiple attributes appropriately. Currently only font-size is
|
||||||
merged down to a single occurrence---others may need special handling, but I
|
merged down to a single occurrence---others may need special handling, but I
|
||||||
haven't encountered them yet. Returns a @ref{hfy-style-assoc}.
|
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}.
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
Find face in effect at point P@. If overlays are to be considered
|
Find face in effect at point P@. If overlays are to be considered
|
||||||
(see @ref{hfy-optimizations}) then this may return a @code{defface} style
|
(@pxref{hfy-optimizations}) then this may return a @code{defface} style
|
||||||
list of face properties instead of a face symbol.
|
list of face properties instead of a face symbol.
|
||||||
|
|
||||||
@item hfy-bgcol
|
@item hfy-bgcol
|
||||||
|
|
|
||||||
|
|
@ -1018,16 +1018,16 @@ Send multimedia messages (@pxref{Adding Attachments}).
|
||||||
Read HTML messages (@pxref{HTML}).
|
Read HTML messages (@pxref{HTML}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
Use aliases and identities (see @ref{Aliases}, @pxref{Identities}).
|
Use aliases and identities (@pxref{Aliases}, @pxref{Identities}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
Create different views of your mail (see @ref{Threading}, @pxref{Limits}).
|
Create different views of your mail (@pxref{Threading}, @pxref{Limits}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
Deal with junk mail (@pxref{Junk}).
|
Deal with junk mail (@pxref{Junk}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
Handle signed and encrypted messages (see @ref{Reading PGP},
|
Handle signed and encrypted messages (@pxref{Reading PGP},
|
||||||
@pxref{Sending PGP}).
|
@pxref{Sending PGP}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
|
|
@ -1038,7 +1038,7 @@ Process mail that was sent with @command{shar} or @command{uuencode}
|
||||||
Use sequences conveniently (@pxref{Sequences}).
|
Use sequences conveniently (@pxref{Sequences}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
Use the speedbar, tool bar, and menu bar (see @ref{Speedbar}, see @ref{Tool
|
Use the speedbar, tool bar, and menu bar (@pxref{Speedbar}, @pxref{Tool
|
||||||
Bar}, @pxref{Menu Bar}).
|
Bar}, @pxref{Menu Bar}).
|
||||||
@c -------------------------
|
@c -------------------------
|
||||||
@item
|
@item
|
||||||
|
|
|
||||||
|
|
@ -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*}
|
Most commands in PCL-CVS require that you have a @file{*cvs*}
|
||||||
buffer. The commands that you use to get one are listed below.
|
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
|
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 (see
|
PCL-CVS, and the result will be printed in the @file{*cvs*} buffer
|
||||||
@ref{Buffer contents}, for a description of the buffer's contents).
|
(@pxref{Buffer contents}, for a description of the buffer's contents).
|
||||||
|
|
||||||
@table @kbd
|
@table @kbd
|
||||||
@item M-x cvs-update
|
@item M-x cvs-update
|
||||||
|
|
|
||||||
|
|
@ -3389,8 +3389,8 @@ returns the exit code for it. When the user option
|
||||||
indication that the process has been interrupted, and returns a
|
indication that the process has been interrupted, and returns a
|
||||||
corresponding string.
|
corresponding string.
|
||||||
|
|
||||||
This remote process handling does not apply to @acronym{GVFS} (see
|
This remote process handling does not apply to @acronym{GVFS}
|
||||||
@ref{GVFS-based methods}) because the remote file system is mounted on
|
(@pxref{GVFS-based methods}) because the remote file system is mounted on
|
||||||
the local host and @value{tramp} accesses it by changing the
|
the local host and @value{tramp} accesses it by changing the
|
||||||
@code{default-directory}.
|
@code{default-directory}.
|
||||||
|
|
||||||
|
|
@ -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
|
For @value{tramp} to find the command on the remote, it must be
|
||||||
accessible through the default search path as setup by @value{tramp}
|
accessible through the default search path as setup by @value{tramp}
|
||||||
upon first connection. Alternatively, use an absolute path or extend
|
upon first connection. Alternatively, use an absolute path or extend
|
||||||
@code{tramp-remote-path} (see @ref{Remote programs}):
|
@code{tramp-remote-path} (@pxref{Remote programs}):
|
||||||
|
|
||||||
@lisp
|
@lisp
|
||||||
@group
|
@group
|
||||||
|
|
|
||||||
|
|
@ -243,7 +243,7 @@ components. Also notice that the first component,
|
||||||
@vindex vhdl-offsets-alist
|
@vindex vhdl-offsets-alist
|
||||||
@vindex offsets-alist @r{(vhdl-)}
|
@vindex offsets-alist @r{(vhdl-)}
|
||||||
Indentation for the current line is calculated using the syntactic
|
Indentation for the current line is calculated using the syntactic
|
||||||
component list derived in step 1 above (see @ref{Syntactic
|
component list derived in step 1 above (@pxref{Syntactic
|
||||||
Analysis}). Each component contributes to the final total indentation
|
Analysis}). Each component contributes to the final total indentation
|
||||||
of the line in two ways.
|
of the line in two ways.
|
||||||
|
|
||||||
|
|
@ -668,7 +668,7 @@ not handled by the mode directly.
|
||||||
@cindex custom indentation functions
|
@cindex custom indentation functions
|
||||||
One of the most common ways to customize VHDL Mode is by writing
|
One of the most common ways to customize VHDL Mode is by writing
|
||||||
@dfn{custom indentation functions} and associating them with specific
|
@dfn{custom indentation functions} and associating them with specific
|
||||||
syntactic symbols (see @ref{Syntactic Symbols}). VHDL Mode itself
|
syntactic symbols (@pxref{Syntactic Symbols}). VHDL Mode itself
|
||||||
uses custom indentation functions to provide more sophisticated
|
uses custom indentation functions to provide more sophisticated
|
||||||
indentation, for example when lining up selected signal assignments:
|
indentation, for example when lining up selected signal assignments:
|
||||||
@example
|
@example
|
||||||
|
|
@ -732,7 +732,7 @@ operator on the first line of the statement. Here is the lisp code
|
||||||
@end example
|
@end example
|
||||||
@noindent
|
@noindent
|
||||||
Custom indent functions take a single argument, which is a syntactic
|
Custom indent functions take a single argument, which is a syntactic
|
||||||
component cons cell (see @ref{Syntactic Analysis}). The
|
component cons cell (@pxref{Syntactic Analysis}). The
|
||||||
function returns an integer offset value that will be added to the
|
function returns an integer offset value that will be added to the
|
||||||
running total indentation for the line. Note that what actually gets
|
running total indentation for the line. Note that what actually gets
|
||||||
returned is the difference between the column that the signal assignment
|
returned is the difference between the column that the signal assignment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue