[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master d084fd4: Mention `themed-value' in Variable Definit
From: |
Lars Ingebrigtsen |
Subject: |
[Emacs-diffs] master d084fd4: Mention `themed-value' in Variable Definitions node |
Date: |
Sat, 3 Aug 2019 16:23:58 -0400 (EDT) |
branch: master
commit d084fd474119c7f967d2c7a95d93f5e6e77a4eea
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>
Mention `themed-value' in Variable Definitions node
* doc/lispref/customize.texi (Variable Definitions): Mention
`themed-value' (bug#17996).
---
doc/lispref/customize.texi | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi
index 02eefe0..e4a500b 100644
--- a/doc/lispref/customize.texi
+++ b/doc/lispref/customize.texi
@@ -486,8 +486,10 @@ Internally, @code{defcustom} uses the symbol property
@code{saved-value} to record the value saved by the user with the
customization buffer, and @code{customized-value} to record the value
set by the user with the customization buffer, but not saved.
-@xref{Symbol Properties}. These properties are lists, the car of
-which is an expression that evaluates to the value.
+@xref{Symbol Properties}. In addition, there's @code{themed-value},
+which is used to record the value set by a theme (@pxref{Custom
+Themes}). These properties are lists, the car of which is an
+expression that evaluates to the value.
@defun custom-reevaluate-setting symbol
This function re-evaluates the standard value of @var{symbol}, which
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] master d084fd4: Mention `themed-value' in Variable Definitions node,
Lars Ingebrigtsen <=