aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--man/custom.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/man/custom.texi b/man/custom.texi
index 0f842145639..aad67d21133 100644
--- a/man/custom.texi
+++ b/man/custom.texi
@@ -2008,7 +2008,10 @@ loaded.
2008finds this file via the standard search path for Lisp libraries. 2008finds this file via the standard search path for Lisp libraries.
2009Emacs loads this library before it loads your init file. To inhibit 2009Emacs loads this library before it loads your init file. To inhibit
2010loading of this library, use the option @samp{--no-site-file}. 2010loading of this library, use the option @samp{--no-site-file}.
2011@xref{Initial Options}. 2011@xref{Initial Options}. We recommend against using
2012@file{site-start.el} for changes that some users may not like. It is
2013better to put them in @file{default.el}, so that users can more easily
2014override them.
2012 2015
2013 You can place @file{default.el} and @file{site-start.el} in any of 2016 You can place @file{default.el} and @file{site-start.el} in any of
2014the directories which Emacs searches for Lisp libraries. The variable 2017the directories which Emacs searches for Lisp libraries. The variable