]> git.eshelyaron.com Git - emacs.git/commitdiff
Document that customizations from "emacs -q" cannot be saved.
authorEli Zaretskii <eliz@gnu.org>
Sun, 27 May 2001 06:26:54 +0000 (06:26 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sun, 27 May 2001 06:26:54 +0000 (06:26 +0000)
etc/NEWS

index c52777324d3059cbff3ddb479da2cd08b9ae4c33..c9146974753e2db487b5912f1ce0d118f8e7b075 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1109,6 +1109,12 @@ earlier versions of Emacs.
 Custom buffers when you've done with them or just bury them (the
 default).
 
+*** If Emacs was invoked with the `-q' or `--no-init-file' options, it
+does not allow you to save customizations in your `~/.emacs' init
+file.  This is because saving customizations from such a session would
+wipe out all the other customizationss you might have on your init
+file.
+
 ** New features in evaluation commands
 
 *** The commands to evaluate Lisp expressions, such as C-M-x in Lisp