emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 199e246: Doc fix; change recommended file name of custom-file


From: Stefan Kangas
Subject: emacs-28 199e246: Doc fix; change recommended file name of custom-file
Date: Mon, 15 Nov 2021 05:02:26 -0500 (EST)

branch: emacs-28
commit 199e2468d3053d9cb81b5654664d88d4c8cec3ad
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    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'.
---
 lisp/cus-edit.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el
index a0bde39..5c4448a 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]