diff options
| author | Basil L. Contovounesios | 2018-02-02 09:22:53 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2018-02-02 09:22:53 -0500 |
| commit | 59344c43a92347387126fbf11fe8b4099b9bcebc (patch) | |
| tree | fa3e0dc72f0d3fe3effa540ec15fc7f4abe00d06 | |
| parent | 6386efc8f7868e2f66dd5b9a681c555d0db5ecbb (diff) | |
| download | emacs-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.texi | 4 |
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 | |||
| 1432 | would be evaluated when loading the theme, but that is bad form. | 1432 | would be evaluated when loading the theme, but that is bad form. |
| 1433 | To protect against loading themes containing malicious code, Emacs | 1433 | To protect against loading themes containing malicious code, Emacs |
| 1434 | displays the source file and asks for confirmation from the user | 1434 | displays the source file and asks for confirmation from the user |
| 1435 | before loading any non-built-in theme for the first time. | 1435 | before loading any non-built-in theme for the first time. As |
| 1436 | such, themes are not ordinarily byte-compiled, and source files | ||
| 1437 | always 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 |
| 1438 | disabling themes: | 1440 | disabling themes: |