ref-manual: Use an @xref to make Subprocess Options easier to find.
authorMatt Birkholz <matt@birchwood-abbey.net>
Wed, 15 Feb 2017 20:48:30 +0000 (13:48 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Wed, 15 Feb 2017 23:09:37 +0000 (16:09 -0700)
doc/ref-manual/os-interface.texi

index a9b2fe4d5e3400b4e9e2c2893db6e99db84e8533..7eef0277da2dc0373d74c8d22d68dcc45baa4b37 100644 (file)
@@ -2070,7 +2070,7 @@ a command shell for interpretation; how the shell is chosen is detailed
 below.
 
 The @var{option}s are a sequence of keyword/value pairs that specify
-optional behavior.  See below for more information about options.
+optional behavior.  @xref{Subprocess Options}.
 
 @code{run-shell-command} waits until the subprocess completes its
 execution and returns the exit code from the subprocess.  If the
@@ -2085,7 +2085,7 @@ a pathname to a specific program.  @var{Arguments} must be a list of
 strings; each string is a single command-line argument to the program.
 
 The @var{option}s are a sequence of keyword/value pairs that specify
-optional behavior.  See below for more information about options.
+optional behavior.  @xref{Subprocess Options}.
 
 @code{run-synchronous-subprocess} waits until the subprocess completes
 its execution and returns the exit code from the subprocess.  If the