From: Eli Zaretskii Date: Sat, 17 Jan 2009 19:22:59 +0000 (+0000) Subject: (Suspending Emacs): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f71de46c6693e706a9721c5237f2507f0f0865fe;p=emacs.git (Suspending Emacs): Fix last change. --- 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