Document the new behavior of novice.el under "emacs -q".

This commit is contained in:
Eli Zaretskii 2002-02-02 13:12:45 +00:00
parent 2308fe2716
commit 7e97c15772

View file

@ -1389,6 +1389,11 @@ file. This is because saving customizations from such a session would
wipe out all the other customizationss you might have on your init
file.
** If Emacs was invoked with the `-q' or `--no-init-file' options, it
does not save disabled and enabled commands for future sessions, to
avoid overwriting existing customizations of this kind that are
already in your init file.
** New features in evaluation commands
*** The commands to evaluate Lisp expressions, such as C-M-x in Lisp