aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/os.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi
index d2d2b48d910..e98bcabe31e 100644
--- a/doc/lispref/os.texi
+++ b/doc/lispref/os.texi
@@ -1954,7 +1954,7 @@ This function sends @var{string} to @var{terminal} without alteration.
1954Control characters in @var{string} have terminal-dependent effects. 1954Control characters in @var{string} have terminal-dependent effects.
1955This function operates only on text terminals. @var{terminal} may be 1955This function operates only on text terminals. @var{terminal} may be
1956a terminal object, a frame, or @code{nil} for the selected frame's 1956a terminal object, a frame, or @code{nil} for the selected frame's
1957terminal. In batch mode, @var{string} is sent to stdout when 1957terminal. In batch mode, @var{string} is sent to @code{stdout} when
1958@var{terminal} is @code{nil}. 1958@var{terminal} is @code{nil}.
1959 1959
1960One use of this function is to define function keys on terminals that 1960One use of this function is to define function keys on terminals that