Fix a minor inaccuracy in the Emacs manual
* doc/emacs/cmdargs.texi (Action Arguments): Don't mention 'find-file', as the implementation has changed. Reported by Everton J. Carpes <everton.carpes@gmail.com> in http://lists.gnu.org/archive/html/help-gnu-emacs/2017-09/msg00146.html.
This commit is contained in:
parent
74d7bb9498
commit
6845282200
1 changed files with 5 additions and 5 deletions
|
@ -92,7 +92,7 @@ arguments.)
|
||||||
@itemx --visit=@var{file}
|
@itemx --visit=@var{file}
|
||||||
@cindex visiting files, command-line argument
|
@cindex visiting files, command-line argument
|
||||||
@vindex inhibit-startup-buffer-menu
|
@vindex inhibit-startup-buffer-menu
|
||||||
Visit @var{file} using @code{find-file}. @xref{Visiting}.
|
Visit the specified @var{file}. @xref{Visiting}.
|
||||||
|
|
||||||
When Emacs starts up, it displays the startup buffer in one window,
|
When Emacs starts up, it displays the startup buffer in one window,
|
||||||
and the buffer visiting @var{file} in another window
|
and the buffer visiting @var{file} in another window
|
||||||
|
@ -111,12 +111,12 @@ Buffer Menu for this, change the variable
|
||||||
|
|
||||||
@item +@var{linenum} @var{file}
|
@item +@var{linenum} @var{file}
|
||||||
@opindex +@var{linenum}
|
@opindex +@var{linenum}
|
||||||
Visit @var{file} using @code{find-file}, then go to line number
|
Visit the specified @var{file}, then go to line number @var{linenum}
|
||||||
@var{linenum} in it.
|
in it.
|
||||||
|
|
||||||
@item +@var{linenum}:@var{columnnum} @var{file}
|
@item +@var{linenum}:@var{columnnum} @var{file}
|
||||||
Visit @var{file} using @code{find-file}, then go to line number
|
Visit the specified @var{file}, then go to line number @var{linenum}
|
||||||
@var{linenum} and put point at column number @var{columnnum}.
|
and put point at column number @var{columnnum}.
|
||||||
|
|
||||||
@item -l @var{file}
|
@item -l @var{file}
|
||||||
@opindex -l
|
@opindex -l
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue