]> git.eshelyaron.com Git - emacs.git/commitdiff
`inhibit-startup-screen' doesn't inhibit display of the initial message
authorJuri Linkov <juri@jurta.org>
Tue, 18 Mar 2008 23:51:28 +0000 (23:51 +0000)
committerJuri Linkov <juri@jurta.org>
Tue, 18 Mar 2008 23:51:28 +0000 (23:51 +0000)
in the *scratch* buffer.

etc/NEWS

index df2214234a31a9133c2cf7c863d5e9ef2bc4ceb2..c6236137b79c9c42d6264c0b1a99b3b36a6d6359 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -197,6 +197,12 @@ are obsolete.
 \f
 * Startup Changes in Emacs 23.1
 
+** The option `inhibit-startup-screen' (with aliases to old names
+`inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit
+display of the initial message in the *scratch* buffer.  If you don't
+want to display the initial message in the *scratch* buffer at startup,
+you can set the option `initial-scratch-message' to nil.
+
 ** New user option `initial-buffer-choice' specifies what to display
 after starting Emacs: startup screen, *scratch* buffer, visiting a
 file or directory.
@@ -266,7 +272,8 @@ just as M-w would do so with the text it copies to the kill ring.
 sorted by recency in the list of minibuffer default values available
 via M-n or down-arrow.  It is also possible to search this buffer list
 in the minibuffer using incremental search commands C-s and C-M-s
-(for instance, `C-x b C-s buf-name RET RET' to select a buffer by name).
+(for instance, `C-x b C-s substr RET RET' to select a buffer by part
+of the buffer name).
 
 *** In C-x d, if you type M-n you get the visited file name of the
 current buffer.