aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/cus-theme.el')
-rw-r--r--lisp/cus-theme.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/cus-theme.el b/lisp/cus-theme.el
index bc221e17c4b..7693c70aea9 100644
--- a/lisp/cus-theme.el
+++ b/lisp/cus-theme.el
@@ -587,7 +587,7 @@ Theme files are named *-theme.el in `"))
587 :follow-link 'mouse-face 587 :follow-link 'mouse-face
588 :action (lambda (_widget &rest _ignore) 588 :action (lambda (_widget &rest _ignore)
589 (describe-variable 'custom-theme-load-path))) 589 (describe-variable 'custom-theme-load-path)))
590 (widget-insert "'.\n\n") 590 (widget-insert (substitute-command-keys "'.\n\n"))
591 591
592 ;; If the user has made customizations, display a warning and 592 ;; If the user has made customizations, display a warning and
593 ;; provide buttons to disable or convert them. 593 ;; provide buttons to disable or convert them.