summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-03-29 14:19:46 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2016-03-29 14:20:12 -0700
commit9034c50ae6b04a0d1c443901fc115d09bb61f5a3 (patch)
tree06fb401654d75916a40f02694324aa30ab4c87f4 /doc
parent06495c96ae0f5a0fa1d56f47750624138f80cb94 (diff)
downloademacs-9034c50ae6b04a0d1c443901fc115d09bb61f5a3.tar.gz
* doc/man/emacsclient.1: Document +line:column option.
Diffstat (limited to 'doc')
-rw-r--r--doc/man/emacsclient.112
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index e62fe930152..010eeba19c1 100644
--- a/doc/man/emacsclient.1
+++ b/doc/man/emacsclient.1
@@ -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.