# HG changeset patch # User Chong Yidong # Date 1225382390 0 # Node ID c1068d553a510a1b9b6f42630524943b4a3ef370 # Parent fd459753f68692a04a903465c92e8534a643903b (Invoking emacsclient): If Emacs has no available frame, it now uses emacsclient's terminal. diff -r fd459753f686 -r c1068d553a51 doc/emacs/misc.texi --- a/doc/emacs/misc.texi Thu Oct 30 15:59:42 2008 +0000 +++ b/doc/emacs/misc.texi Thu Oct 30 15:59:50 2008 +0000 @@ -1338,9 +1338,9 @@ If there is no Emacs server, the @command{emacsclient} program halts with an error message. If the Emacs process has no existing frame---which can happen if it was started as a daemon (@pxref{Emacs -Server})---the above usage does not work; you need to use the -@samp{-c} or @samp{-t} option to tell Emacs to create a new frame. -@xref{emacsclient Options}. +Server})---then Emacs opens a frame on the terminal in which you +called @command{emacsclient}, as though you had used the @samp{-t} +option (@pxref{emacsclient Options}). @kindex C-x # @findex server-edit