From 3063e32683af1df93dae1768b6765e5c71ed0737 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Tue, 18 Mar 2008 23:51:28 +0000 Subject: [PATCH] `inhibit-startup-screen' doesn't inhibit display of the initial message in the *scratch* buffer. --- etc/NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index df2214234a3..c6236137b79 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -197,6 +197,12 @@ are obsolete. * 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. -- 2.39.2