aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2008-10-12 00:42:44 +0000
committerChong Yidong2008-10-12 00:42:44 +0000
commit9cfd6308928d48aed925d5644f2a7365378e0c2a (patch)
tree20fa1113091113039a29be4d898ab1a42750723b
parentf2884f63a7ae1bd9fe1cc3299e885abaa563ce16 (diff)
downloademacs-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.texi9
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
294Do not display a splash screen on startup. You can also achieve this 294Do not display a splash screen on startup. You can also achieve this
295effect by setting the variable @code{inhibit-splash-screen} to 295effect by setting the variable @code{inhibit-startup-screen} to
296non-@code{nil} in you personal init file (but @emph{not} in 296non-@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
299previous 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.
597The user's login name. See also @env{LOGNAME}. On MS-DOS, this 598The user's login name. See also @env{LOGNAME}. On MS-DOS, this
598defaults to @samp{root}. 599defaults to @samp{root}.
599@item VERSION_CONTROL 600@item VERSION_CONTROL
600Used to initialize the @code{version-control} variable (@pxref{Numbered Backups}). 601Used 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