diff options
| author | Gerd Moellmann | 2001-07-17 11:03:36 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-07-17 11:03:36 +0000 |
| commit | 6039d8e001c8f20c7c6fff3a8d2c666f2a554ade (patch) | |
| tree | f0d00ac8efff62860951540a9b77f8e5f33d696e | |
| parent | 660872b63b75b61d11b09471b5a254e1e5db3c1c (diff) | |
| download | emacs-6039d8e001c8f20c7c6fff3a8d2c666f2a554ade.tar.gz emacs-6039d8e001c8f20c7c6fff3a8d2c666f2a554ade.zip | |
Add description of +LINE:COLUMN for emacsclient.
| -rw-r--r-- | man/misc.texi | 4 |
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. | |||
| 1241 | and optionally line numbers as well. Do it like this: | 1241 | and optionally line numbers as well. Do it like this: |
| 1242 | 1242 | ||
| 1243 | @example | 1243 | @example |
| 1244 | emacsclient @r{@{}@r{[}+@var{line}@r{]} @var{filename}@r{@}}@dots{} | 1244 | emacsclient @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 |
| 1248 | This tells Emacs to visit each of the specified files; if you specify a | 1248 | This tells Emacs to visit each of the specified files; if you specify a |
| 1249 | line number for a certain file, Emacs moves to that line in the file. | 1249 | line number for a certain file, Emacs moves to that line in the file. |
| 1250 | If you specify a column number for a file, Emacs moves to that column | ||
| 1251 | in 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, |