]> code.delx.au - gnu-emacs/commitdiff
* doc/man/emacsclient.1: Document +line:column option.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Mar 2016 21:19:46 +0000 (14:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 29 Mar 2016 21:20:12 +0000 (14:20 -0700)
doc/man/emacsclient.1

index e62fe930152f184b88d3fb7d211cd27fcab24a5a..010eeba19c1003036d3d253c2738741f9d1d5141 100644 (file)
@@ -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.
 
 .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 ("\-").
 .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
 if the Emacs server is not running, run the specified editor instead.
 This can also be specified via the ALTERNATE_EDITOR environment variable.