aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBasil L. Contovounesios2018-02-02 09:22:53 -0500
committerStefan Monnier2018-02-02 09:22:53 -0500
commit59344c43a92347387126fbf11fe8b4099b9bcebc (patch)
treefa3e0dc72f0d3fe3effa540ec15fc7f4abe00d06
parent6386efc8f7868e2f66dd5b9a681c555d0db5ecbb (diff)
downloademacs-59344c43a92347387126fbf11fe8b4099b9bcebc.tar.gz
emacs-59344c43a92347387126fbf11fe8b4099b9bcebc.zip
* doc/lispref/customize.texi (Custom Themes): Clarify .el preference.
Copyright-paperwork-exempt: yes https://lists.gnu.org/archive/html/emacs-devel/2018-01/msg00824.html.
-rw-r--r--doc/lispref/customize.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index 6c7ca260abc..7fea507fd03 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -1432,7 +1432,9 @@ where the list entries have the same meanings as in
1432would be evaluated when loading the theme, but that is bad form. 1432would be evaluated when loading the theme, but that is bad form.
1433To protect against loading themes containing malicious code, Emacs 1433To protect against loading themes containing malicious code, Emacs
1434displays the source file and asks for confirmation from the user 1434displays the source file and asks for confirmation from the user
1435before loading any non-built-in theme for the first time. 1435before loading any non-built-in theme for the first time. As
1436such, themes are not ordinarily byte-compiled, and source files
1437always take precedence when Emacs is looking for a theme to load.
1436 1438
1437 The following functions are useful for programmatically enabling and 1439 The following functions are useful for programmatically enabling and
1438disabling themes: 1440disabling themes: