From f71de46c6693e706a9721c5237f2507f0f0865fe Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 17 Jan 2009 19:22:59 +0000 Subject: [PATCH] (Suspending Emacs): Fix last change. --- doc/lispref/os.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/lispref/os.texi b/doc/lispref/os.texi index 94bb023abc5..010ccc597b7 100644 --- a/doc/lispref/os.texi +++ b/doc/lispref/os.texi @@ -599,10 +599,10 @@ returns @code{nil} to its caller in Lisp. This function works only on the controlling terminal of the Emacs session; to relinquish control of other tty devices, use -@code{suspend-tty} (@pxref{Visibility of Frames}). If the Emacs -session uses more than one terminal device, you will need to delete -the frames on all the other devices before suspending Emacs, otherwise -this function signals an error. +@code{suspend-tty} (see below). If the Emacs session uses more than +one terminal device, you will need to delete the frames on all the +other devices before suspending Emacs, otherwise this function signals +an error. If @var{string} is non-@code{nil}, its characters are sent to be read as terminal input by Emacs's superior shell. The characters in -- 2.39.2