diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/os.texi | 2 |
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. | |||
| 1954 | Control characters in @var{string} have terminal-dependent effects. | 1954 | Control characters in @var{string} have terminal-dependent effects. |
| 1955 | This function operates only on text terminals. @var{terminal} may be | 1955 | This function operates only on text terminals. @var{terminal} may be |
| 1956 | a terminal object, a frame, or @code{nil} for the selected frame's | 1956 | a terminal object, a frame, or @code{nil} for the selected frame's |
| 1957 | terminal. In batch mode, @var{string} is sent to stdout when | 1957 | terminal. 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 | ||
| 1960 | One use of this function is to define function keys on terminals that | 1960 | One use of this function is to define function keys on terminals that |