]> git.eshelyaron.com Git - emacs.git/commitdiff
Add description of +LINE:COLUMN for emacsclient.
authorGerd Moellmann <gerd@gnu.org>
Tue, 17 Jul 2001 11:03:36 +0000 (11:03 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 17 Jul 2001 11:03:36 +0000 (11:03 +0000)
man/misc.texi

index 9305cd4951b813219ad8733b0ce4bef8c55c4729..b85601581ac82534a5edbeaa781032036621bd7a 100644 (file)
@@ -1241,12 +1241,14 @@ automatically when you finish with them.
 and optionally line numbers as well.  Do it like this:
 
 @example
-emacsclient @r{@{}@r{[}+@var{line}@r{]} @var{filename}@r{@}}@dots{}
+emacsclient @r{@{}@r{[}+@var{line}@r{[}@var{column}@r{]}@r{]} @var{filename}@r{@}}@dots{}
 @end example
 
 @noindent
 This tells Emacs to visit each of the specified files; if you specify a
 line number for a certain file, Emacs moves to that line in the file.
+If you specify a column number for a file, Emacs moves to that column
+in the file.
 
   Ordinarily, @code{emacsclient} does not return until you use the
 @kbd{C-x #} command on each of these buffers.  When that happens,