aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2008-03-18 23:51:28 +0000
committerJuri Linkov2008-03-18 23:51:28 +0000
commit3063e32683af1df93dae1768b6765e5c71ed0737 (patch)
tree2b6430a6db1e6f4cdd96e256c958ec25b8f4dd7c
parent322f4559810e375b0d42e4eae12339b4ebd8d051 (diff)
downloademacs-3063e32683af1df93dae1768b6765e5c71ed0737.tar.gz
emacs-3063e32683af1df93dae1768b6765e5c71ed0737.zip
`inhibit-startup-screen' doesn't inhibit display of the initial message
in the *scratch* buffer.
-rw-r--r--etc/NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index df2214234a3..c6236137b79 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -197,6 +197,12 @@ are obsolete.
197 197
198* Startup Changes in Emacs 23.1 198* Startup Changes in Emacs 23.1
199 199
200** The option `inhibit-startup-screen' (with aliases to old names
201`inhibit-splash-screen' and `inhibit-startup-message') doesn't inhibit
202display of the initial message in the *scratch* buffer. If you don't
203want to display the initial message in the *scratch* buffer at startup,
204you can set the option `initial-scratch-message' to nil.
205
200** New user option `initial-buffer-choice' specifies what to display 206** New user option `initial-buffer-choice' specifies what to display
201after starting Emacs: startup screen, *scratch* buffer, visiting a 207after starting Emacs: startup screen, *scratch* buffer, visiting a
202file or directory. 208file or directory.
@@ -266,7 +272,8 @@ just as M-w would do so with the text it copies to the kill ring.
266sorted by recency in the list of minibuffer default values available 272sorted by recency in the list of minibuffer default values available
267via M-n or down-arrow. It is also possible to search this buffer list 273via M-n or down-arrow. It is also possible to search this buffer list
268in the minibuffer using incremental search commands C-s and C-M-s 274in the minibuffer using incremental search commands C-s and C-M-s
269(for instance, `C-x b C-s buf-name RET RET' to select a buffer by name). 275(for instance, `C-x b C-s substr RET RET' to select a buffer by part
276of the buffer name).
270 277
271*** In C-x d, if you type M-n you get the visited file name of the 278*** In C-x d, if you type M-n you get the visited file name of the
272current buffer. 279current buffer.