From fe898a75c6569727d3fa44a732c9b5e1cd163e7e Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Wed, 15 Feb 2017 13:48:30 -0700 Subject: [PATCH] ref-manual: Use an @xref to make Subprocess Options easier to find. --- doc/ref-manual/os-interface.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/ref-manual/os-interface.texi b/doc/ref-manual/os-interface.texi index a9b2fe4d5..7eef0277d 100644 --- a/doc/ref-manual/os-interface.texi +++ b/doc/ref-manual/os-interface.texi @@ -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 -- 2.25.1