# HG changeset patch # User Gerd Moellmann # Date 995367816 0 # Node ID 7f472a1b6c8018fe46e635e91d13309da55a7868 # Parent 7f9fe7268ee47e350644bc96ad4f312427977433 Add description of +LINE:COLUMN for emacsclient. diff -r 7f9fe7268ee4 -r 7f472a1b6c80 man/misc.texi --- a/man/misc.texi Tue Jul 17 10:59:34 2001 +0000 +++ b/man/misc.texi Tue Jul 17 11:03:36 2001 +0000 @@ -1241,12 +1241,14 @@ 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,