aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-17 11:03:36 +0000
committerGerd Moellmann2001-07-17 11:03:36 +0000
commit6039d8e001c8f20c7c6fff3a8d2c666f2a554ade (patch)
treef0d00ac8efff62860951540a9b77f8e5f33d696e
parent660872b63b75b61d11b09471b5a254e1e5db3c1c (diff)
downloademacs-6039d8e001c8f20c7c6fff3a8d2c666f2a554ade.tar.gz
emacs-6039d8e001c8f20c7c6fff3a8d2c666f2a554ade.zip
Add description of +LINE:COLUMN for emacsclient.
-rw-r--r--man/misc.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/misc.texi b/man/misc.texi
index 9305cd4951b..b85601581ac 100644
--- a/man/misc.texi
+++ b/man/misc.texi
@@ -1241,12 +1241,14 @@ automatically when you finish with them.
1241and optionally line numbers as well. Do it like this: 1241and optionally line numbers as well. Do it like this:
1242 1242
1243@example 1243@example
1244emacsclient @r{@{}@r{[}+@var{line}@r{]} @var{filename}@r{@}}@dots{} 1244emacsclient @r{@{}@r{[}+@var{line}@r{[}@var{column}@r{]}@r{]} @var{filename}@r{@}}@dots{}
1245@end example 1245@end example
1246 1246
1247@noindent 1247@noindent
1248This tells Emacs to visit each of the specified files; if you specify a 1248This tells Emacs to visit each of the specified files; if you specify a
1249line number for a certain file, Emacs moves to that line in the file. 1249line number for a certain file, Emacs moves to that line in the file.
1250If you specify a column number for a file, Emacs moves to that column
1251in the file.
1250 1252
1251 Ordinarily, @code{emacsclient} does not return until you use the 1253 Ordinarily, @code{emacsclient} does not return until you use the
1252@kbd{C-x #} command on each of these buffers. When that happens, 1254@kbd{C-x #} command on each of these buffers. When that happens,