emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Startup Summary in Elisp Manual


From: Sven Joachim
Subject: Startup Summary in Elisp Manual
Date: Sat, 27 Aug 2005 09:19:25 +0200
User-agent: Mozilla Thunderbird 1.0.6 (X11/20050725)

The node "Startup Summary" in the Elisp Manual contains two minor
mistakes.  It states

 13. It displays the initial echo area message, unless you have
     suppressed that with `inhibit-startup-echo-area-message' or `-Q'.

Since "emacs -Q" still prints the initial echo area message, that
should read

 13. It displays the initial echo area message, unless you have
     suppressed that with `inhibit-startup-echo-area-message'.

And later:

 18. It displays copyleft, nonwarranty, and basic use information,
     provided the value of `inhibit-startup-message' is `nil', you
     didn't specify `--no-splash' or `-Q', and the buffer is still
     empty.

The last condition (buffer is still empty) no longer needs to be
fulfilled, so this should instead read

 18. It displays copyleft, nonwarranty, and basic use information,
     provided the value of `inhibit-startup-message' is `nil' and you
     didn't specify `--no-splash' or `-Q'.


Regards,

 Sven Joachim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]