aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/cus-theme.el
diff options
context:
space:
mode:
authorK. Handa2015-09-01 20:46:15 +0900
committerK. Handa2015-09-01 20:46:15 +0900
commit3e0e2339cd379eeba8d9bc758f2e8e574144e252 (patch)
tree9d119efed6e52e5c24dbd84836148157271799a8 /lisp/cus-theme.el
parent524eeb2e5e158d98ea52fe5ebe4768c4433ba8b2 (diff)
parentff0a92f6461941902eb9e974bdd2ff9adacb7bc4 (diff)
downloademacs-3e0e2339cd379eeba8d9bc758f2e8e574144e252.tar.gz
emacs-3e0e2339cd379eeba8d9bc758f2e8e574144e252.zip
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
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.