diff options
| author | Chong Yidong | 2008-10-12 00:42:44 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-10-12 00:42:44 +0000 |
| commit | 9cfd6308928d48aed925d5644f2a7365378e0c2a (patch) | |
| tree | 20fa1113091113039a29be4d898ab1a42750723b | |
| parent | f2884f63a7ae1bd9fe1cc3299e885abaa563ce16 (diff) | |
| download | emacs-9cfd6308928d48aed925d5644f2a7365378e0c2a.tar.gz emacs-9cfd6308928d48aed925d5644f2a7365378e0c2a.zip | |
(General Variables): Change Numbered Backups xref to Backup Names.
(Initial Options): Document renamed variable inhibit-startup-screen.
| -rw-r--r-- | doc/emacs/cmdargs.texi | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/emacs/cmdargs.texi b/doc/emacs/cmdargs.texi index 1e733755e99..94e69bcdfe8 100644 --- a/doc/emacs/cmdargs.texi +++ b/doc/emacs/cmdargs.texi | |||
| @@ -288,14 +288,15 @@ connect and create graphical or terminal frames using | |||
| 288 | 288 | ||
| 289 | @item --no-splash | 289 | @item --no-splash |
| 290 | @opindex --no-splash | 290 | @opindex --no-splash |
| 291 | @vindex inhibit-splash-screen | 291 | @vindex inhibit-startup-screen |
| 292 | @cindex splash screen | 292 | @cindex splash screen |
| 293 | @cindex startup message | 293 | @cindex startup message |
| 294 | Do not display a splash screen on startup. You can also achieve this | 294 | Do not display a splash screen on startup. You can also achieve this |
| 295 | effect by setting the variable @code{inhibit-splash-screen} to | 295 | effect by setting the variable @code{inhibit-startup-screen} to |
| 296 | non-@code{nil} in you personal init file (but @emph{not} in | 296 | non-@code{nil} in you personal init file (but @emph{not} in |
| 297 | @file{site-start.el}). (This variable was called | 297 | @file{site-start.el}). (This variable was called |
| 298 | @code{inhibit-startup-message} in previous Emacs versions.) | 298 | @code{inhibit-splash-screen} or @code{inhibit-startup-message} in |
| 299 | previous Emacs versions.) | ||
| 299 | 300 | ||
| 300 | @item --no-desktop | 301 | @item --no-desktop |
| 301 | @opindex --no-desktop | 302 | @opindex --no-desktop |
| @@ -597,7 +598,7 @@ does not use @env{TZ} at all. | |||
| 597 | The user's login name. See also @env{LOGNAME}. On MS-DOS, this | 598 | The user's login name. See also @env{LOGNAME}. On MS-DOS, this |
| 598 | defaults to @samp{root}. | 599 | defaults to @samp{root}. |
| 599 | @item VERSION_CONTROL | 600 | @item VERSION_CONTROL |
| 600 | Used to initialize the @code{version-control} variable (@pxref{Numbered Backups}). | 601 | Used to initialize the @code{version-control} variable (@pxref{Backup Names}). |
| 601 | @end table | 602 | @end table |
| 602 | 603 | ||
| 603 | @node Misc Variables | 604 | @node Misc Variables |