diff options
| author | Lars Ingebrigtsen | 2019-08-03 22:23:47 +0200 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2019-08-03 22:23:47 +0200 |
| commit | d084fd474119c7f967d2c7a95d93f5e6e77a4eea (patch) | |
| tree | 276d40a426f94aca2838767cf918840cc0bf19ed | |
| parent | 9fbae679ad59dfc7ea17f20aac73085b494b5512 (diff) | |
| download | emacs-d084fd474119c7f967d2c7a95d93f5e6e77a4eea.tar.gz emacs-d084fd474119c7f967d2c7a95d93f5e6e77a4eea.zip | |
Mention `themed-value' in Variable Definitions node
* doc/lispref/customize.texi (Variable Definitions): Mention
`themed-value' (bug#17996).
| -rw-r--r-- | doc/lispref/customize.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/lispref/customize.texi b/doc/lispref/customize.texi index 02eefe0f585..e4a500b069d 100644 --- a/doc/lispref/customize.texi +++ b/doc/lispref/customize.texi | |||
| @@ -486,8 +486,10 @@ Internally, @code{defcustom} uses the symbol property | |||
| 486 | @code{saved-value} to record the value saved by the user with the | 486 | @code{saved-value} to record the value saved by the user with the |
| 487 | customization buffer, and @code{customized-value} to record the value | 487 | customization buffer, and @code{customized-value} to record the value |
| 488 | set by the user with the customization buffer, but not saved. | 488 | set by the user with the customization buffer, but not saved. |
| 489 | @xref{Symbol Properties}. These properties are lists, the car of | 489 | @xref{Symbol Properties}. In addition, there's @code{themed-value}, |
| 490 | which is an expression that evaluates to the value. | 490 | which is used to record the value set by a theme (@pxref{Custom |
| 491 | Themes}). These properties are lists, the car of which is an | ||
| 492 | expression that evaluates to the value. | ||
| 491 | 493 | ||
| 492 | @defun custom-reevaluate-setting symbol | 494 | @defun custom-reevaluate-setting symbol |
| 493 | This function re-evaluates the standard value of @var{symbol}, which | 495 | This function re-evaluates the standard value of @var{symbol}, which |