diff options
author | Robert Pluim <rpluim@gmail.com> | 2021-11-24 17:28:45 +0100 |
---|---|---|
committer | Robert Pluim <rpluim@gmail.com> | 2021-11-24 17:55:27 +0100 |
commit | b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e (patch) | |
tree | 05030b6ca758b0ebc3a9084a015b1a0d79a563fa /doc/misc/efaq.texi | |
parent | 764ffa76ed00f7a69e56a6898c22383a204421eb (diff) | |
download | emacs-b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e.tar.gz emacs-b4f47d2ee2203a9f22bebeb3d09e0fb3fce2f65e.tar.bz2 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.
Diffstat (limited to 'doc/misc/efaq.texi')
-rw-r--r-- | doc/misc/efaq.texi | 4 |
1 files changed, 2 insertions, 2 deletions
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} @item @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) @item @@ -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 (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 the Emacs @samp{Help} menu, or by typing @kbd{C-h ?} (@kbd{M-x help-for-help}). |