summaryrefslogtreecommitdiff
path: root/lisp/cus-edit.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2021-11-15 10:58:53 +0100
committerStefan Kangas <stefan@marxist.se>2021-11-15 11:00:37 +0100
commit199e2468d3053d9cb81b5654664d88d4c8cec3ad (patch)
tree3259031667945818037f41d58962727e3a203709 /lisp/cus-edit.el
parent044dd1e21028fad3cf8d976dae887503dbab6ae3 (diff)
downloademacs-199e2468d3053d9cb81b5654664d88d4c8cec3ad.tar.gz
Doc fix; change recommended file name of custom-file
* lisp/cus-edit.el (custom-file): Change file name recommendation to match Info node '(emacs) Saving Customizations'.
Diffstat (limited to 'lisp/cus-edit.el')
-rw-r--r--lisp/cus-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index a0bde396735..5c4448ae71a 100644
--- a/lisp/cus-edit.el
+++ b/lisp/cus-edit.el
@@ -4646,8 +4646,8 @@ You can set this option through Custom, if you carefully read the
last paragraph below. However, usually it is simpler to write
something like the following in your init file:
-\(setq custom-file \"~/.emacs-custom.el\")
-\(load custom-file)
+(setq custom-file \"~/.config/emacs-custom.el\")
+(load custom-file)
Note that both lines are necessary: the first line tells Custom to
save all customizations in this file, but does not load it.