emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 9034c50: * doc/man/emacsclient.1: Document +line:


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 9034c50: * doc/man/emacsclient.1: Document +line:column option.
Date: Tue, 29 Mar 2016 21:20:16 +0000

branch: emacs-25
commit 9034c50ae6b04a0d1c443901fc115d09bb61f5a3
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    * doc/man/emacsclient.1: Document +line:column option.
---
 doc/man/emacsclient.1 |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/doc/man/emacsclient.1 b/doc/man/emacsclient.1
index e62fe93..010eeba 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]