diff options
| author | Richard M. Stallman | 2002-06-17 16:20:47 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-17 16:20:47 +0000 |
| commit | 6da559072a545b85ba063b4fb671b58258a8b02f (patch) | |
| tree | 2d98a8db3e19a4a5a0726b86a655f66b6d105174 | |
| parent | 2e4e635a5ac6aeb2ac0ce77be2bfe2383478353d (diff) | |
| download | emacs-6da559072a545b85ba063b4fb671b58258a8b02f.tar.gz emacs-6da559072a545b85ba063b4fb671b58258a8b02f.zip | |
Document inhibit-startup-buffer-menu.
Correct errors in --no-splash description.
| -rw-r--r-- | man/cmdargs.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/man/cmdargs.texi b/man/cmdargs.texi index 45a162ae03a..67d3f714112 100644 --- a/man/cmdargs.texi +++ b/man/cmdargs.texi | |||
| @@ -81,7 +81,11 @@ the action arguments in the order they are written. | |||
| 81 | @opindex --file | 81 | @opindex --file |
| 82 | @itemx --file=@var{file} | 82 | @itemx --file=@var{file} |
| 83 | @cindex visiting files, command-line argument | 83 | @cindex visiting files, command-line argument |
| 84 | @vindex inhibit-startup-buffer-menu | ||
| 84 | Visit @var{file} using @code{find-file}. @xref{Visiting}. | 85 | Visit @var{file} using @code{find-file}. @xref{Visiting}. |
| 86 | If you visit several files at startup in this way, Emacs | ||
| 87 | also displays a Buffer Menu buffer to show you what files it | ||
| 88 | has visited. You can inhibit that by setting @code{inhibit-startup-buffer-menu} to @code{t}. | ||
| 85 | 89 | ||
| 86 | @item +@var{linenum} @var{file} | 90 | @item +@var{linenum} @var{file} |
| 87 | @opindex +@var{linenum} | 91 | @opindex +@var{linenum} |
| @@ -218,8 +222,8 @@ the only option that blocks it. | |||
| 218 | @item --no-splash | 222 | @item --no-splash |
| 219 | @opindex --no-splash | 223 | @opindex --no-splash |
| 220 | @vindex inhibit-startup-message | 224 | @vindex inhibit-startup-message |
| 221 | Do not display a splash screen on startup; this is equivlaent to | 225 | Do not display a splash screen on startup; this is equivalent to |
| 222 | setting the variable @code{inhibit-startup-message} to non-nil. | 226 | setting the variable @code{inhibit-startup-message} to non-@code{nil}. |
| 223 | 227 | ||
| 224 | @item -u @var{user} | 228 | @item -u @var{user} |
| 225 | @opindex -u | 229 | @opindex -u |