comparison etc/NEWS @ 103050:3de4425fbae5

Update documentation status.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 22 Apr 2009 04:22:20 +0000
parents 1699b004aa7f
children 58c92ec0c915
comparison
equal deleted inserted replaced
103049:952d96227f27 103050:3de4425fbae5
285 +++ 285 +++
286 ** New user option `initial-buffer-choice' specifies what to display 286 ** New user option `initial-buffer-choice' specifies what to display
287 after starting Emacs: startup screen, *scratch* buffer, visiting a 287 after starting Emacs: startup screen, *scratch* buffer, visiting a
288 file or directory. 288 file or directory.
289 289
290 +++
290 ** New alias `argv' for `command-line-args-left' 291 ** New alias `argv' for `command-line-args-left'
291 This is a convenience alias, so that one can write `(pop argv)' 292 This is a convenience alias, so that one can write `(pop argv)'
292 inside of --eval command line arguments in order to access 293 inside of --eval command line arguments in order to access
293 following arguments. 294 following arguments.
294 295
295 +++ 296 +++
296 ** The abbrev file is no longer read at startup in batch mode. 297 ** The abbrev file is no longer read at startup in batch mode.
297 298
299 +++
298 ** Emacs now supports invocation by an X session manager. 300 ** Emacs now supports invocation by an X session manager.
299 It can save a session and restore it later. See the documentation of 301 It can save a session and restore it later. See the documentation of
300 the functions `emacs-session-save' and `emacs-session-restore'. 302 the functions `emacs-session-save' and `emacs-session-restore'.
301 (Actually, this feature was introduced with Emacs 22, but it was not 303 (Actually, this feature was introduced with Emacs 22, but it was not
302 documented.) 304 documented.)