From: Chong Yidong Date: Wed, 29 Oct 2008 05:07:39 +0000 (+0000) Subject: Minor changes to last checkin. X-Git-Tag: emacs-pretest-23.0.90~2120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=78b6d6d2983c4f6b9d7e7239d36b7ddeedee96c0;p=emacs.git Minor changes to last checkin. --- diff --git a/doc/emacs/misc.texi b/doc/emacs/misc.texi index 3123d526bb3..5ab6ff4382c 100644 --- a/doc/emacs/misc.texi +++ b/doc/emacs/misc.texi @@ -1392,10 +1392,10 @@ emacsclient -c +12 @var{file1} +4:3 @var{file2} @end example @noindent -The @samp{+@var{linenum}} or @samp{+@var{linenum}:@var{columnnum}} -arguments specify line numbers, or line and column numbers, for the -next file argument. These behave like the command line arguments for -Emacs itself. @xref{Action Arguments}. +The @samp{+@var{line}} or @samp{+@var{line}:@var{column}} arguments +specify line numbers, or line and column numbers, for the next file +argument. These behave like the command line arguments for Emacs +itself. @xref{Action Arguments}. The other optional arguments recognized by @command{emacsclient} are listed below: @@ -1421,12 +1421,12 @@ precedence. @item -c Create a new graphical frame, instead of using an existing Emacs -frame. Note that Emacs 23 can create a graphical frame even if it was -started in a text-only terminal, provided it is able to connect to a -graphical display. If no graphical display is available, Emacs -creates a new text-only terminal frame (@pxref{Frames}). If you omit -a filename argument while supplying the @samp{-c} option, the new -frame displays the @samp{*scratch*} buffer (@pxref{Buffers}). +frame. Emacs 23 can create a graphical frame even if it was started +in a text-only terminal, provided it is able to connect to a graphical +display. If no graphical display is available, Emacs creates a new +text-only terminal frame (@pxref{Frames}). If you omit a filename +argument while supplying the @samp{-c} option, the new frame displays +the @samp{*scratch*} buffer (@pxref{Buffers}). @item -d @var{display} @itemx --display=@var{display} @@ -1479,11 +1479,11 @@ server it finds. (This option is not supported on MS-Windows.) @itemx --tty @itemx -nw Create a new Emacs frame on the current text-only terminal, instead of -using an existing Emacs frame. Note that Emacs 23 can open a -text-only terminal even if it was started in another text-only -terminal, or on a graphical display. If you omit a filename argument -while supplying this option, the new frame displays the -@samp{*scratch*} buffer. @xref{Buffers}. +using an existing Emacs frame. Emacs 23 can open a text-only terminal +even if it was started in another text-only terminal, or on a +graphical display. If you omit a filename argument while supplying +this option, the new frame displays the @samp{*scratch*} buffer. +@xref{Buffers}. @end table If you type @kbd{C-x C-c} (@code{save-buffers-kill-terminal}) in an