emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 59344c4: * doc/lispref/customize.texi (Custom The


From: Stefan Monnier
Subject: [Emacs-diffs] emacs-26 59344c4: * doc/lispref/customize.texi (Custom Themes): Clarify .el preference.
Date: Fri, 2 Feb 2018 09:22:59 -0500 (EST)

branch: emacs-26
commit 59344c43a92347387126fbf11fe8b4099b9bcebc
Author: Basil L. Contovounesios <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * 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.
---
 doc/lispref/customize.texi | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index 6c7ca26..7fea507 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
 would be evaluated when loading the theme, but that is bad form.
 To protect against loading themes containing malicious code, Emacs
 displays the source file and asks for confirmation from the user
-before loading any non-built-in theme for the first time.
+before loading any non-built-in theme for the first time.  As
+such, themes are not ordinarily byte-compiled, and source files
+always take precedence when Emacs is looking for a theme to load.
 
   The following functions are useful for programmatically enabling and
 disabling themes:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]