* doc/man/emacsclient.1: Document +line:column option.
This commit is contained in:
parent
06495c96ae
commit
9034c50ae6
1 changed files with 11 additions and 1 deletions
|
@ -49,9 +49,19 @@ If you set the variable "server-window" to a window or a frame, "C-x
|
||||||
#" displays the server buffer in that window or in that frame.
|
#" displays the server buffer in that window or in that frame.
|
||||||
|
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
The programs follow the usual GNU command line syntax, with long
|
Most options follow the usual GNU command line syntax, with long
|
||||||
options starting with two dashes ("\-").
|
options starting with two dashes ("\-").
|
||||||
.TP
|
.TP
|
||||||
|
.BI + line\fR[\fP\fB:\fPcolumn\fR]\fP
|
||||||
|
Go to the specified
|
||||||
|
.I line
|
||||||
|
and
|
||||||
|
.IR column .
|
||||||
|
A missing
|
||||||
|
.I column
|
||||||
|
is treated as column 1.
|
||||||
|
This option applies only to the next file specified.
|
||||||
|
.TP
|
||||||
.B \-a, \-\-alternate-editor=EDITOR
|
.B \-a, \-\-alternate-editor=EDITOR
|
||||||
if the Emacs server is not running, run the specified editor instead.
|
if the Emacs server is not running, run the specified editor instead.
|
||||||
This can also be specified via the ALTERNATE_EDITOR environment variable.
|
This can also be specified via the ALTERNATE_EDITOR environment variable.
|
||||||
|
|
Loading…
Add table
Reference in a new issue