]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fix; change recommended file name of custom-file
authorStefan Kangas <stefan@marxist.se>
Mon, 15 Nov 2021 09:58:53 +0000 (10:58 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 15 Nov 2021 10:00:37 +0000 (11:00 +0100)
* lisp/cus-edit.el (custom-file): Change file name recommendation to
match Info node '(emacs) Saving Customizations'.

lisp/cus-edit.el

index a0bde396735b365f16153e06a4bbbaa049e20b34..5c4448ae71a895c348e519be7ea4c15c92a45ca4 100644 (file)
@@ -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.