mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
Add description of +LINE:COLUMN.
This commit is contained in:
parent
467f120972
commit
660872b63b
@ -92,6 +92,11 @@ Visit @var{file} using @code{find-file}. @xref{Visiting}.
|
||||
Visit @var{file} using @code{find-file}, then go to line number
|
||||
@var{linenum} in it.
|
||||
|
||||
@item +@var{linenum}:@var{columnnum} @var{file}
|
||||
@opindex +@var{linenum}:@var{columnnum}
|
||||
Visit @var{file} using @code{find-file}, then go to line number
|
||||
@var{linenum} in it, and move to column number @var{columnnum}.
|
||||
|
||||
@need 3000
|
||||
@item -l @var{file}
|
||||
@opindex -l
|
||||
|
Loading…
x
Reference in New Issue
Block a user