diff options
Diffstat (limited to 'lisp/filesets.el')
-rw-r--r-- | lisp/filesets.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/filesets.el b/lisp/filesets.el index c05fff3fb74..5a810f14ac5 100644 --- a/lisp/filesets.el +++ b/lisp/filesets.el @@ -139,7 +139,7 @@ the default for XEmacs prior to 21.5. If you want to change this value put \"(setq filesets-menu-ensure-use-cached VALUE)\" into your startup file -- before loading filesets.el. -So, when should you think about setting this value to t? If filesets.el +So, when should you think about setting this value to t? If filesets.el is loaded before user customizations. Thus, if (require \\='filesets) precedes the `custom-set-variables' command or, for XEmacs, if init.el is loaded before custom.el, set this variable to t.") |