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
_______________________________________________
Emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug