aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/wid-edit.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/wid-edit.el b/lisp/wid-edit.el
index 09c3255546a..d8b6887e699 100644
--- a/lisp/wid-edit.el
+++ b/lisp/wid-edit.el
@@ -599,7 +599,7 @@ respectively."
599;;; Images. 599;;; Images.
600 600
601(defcustom widget-image-directory (file-name-as-directory 601(defcustom widget-image-directory (file-name-as-directory
602 (expand-file-name "custom" data-directory)) 602 (expand-file-name "images/custom" data-directory))
603 "Where widget button images are located. 603 "Where widget button images are located.
604If this variable is nil, widget will try to locate the directory 604If this variable is nil, widget will try to locate the directory
605automatically." 605automatically."