This commit is contained in:
Gerard Vermeulen 2021-12-15 05:21:21 +01:00
parent 6ff55da56b
commit 1ac4664217
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ reader macros ~'~ (quote), ~`~ (backquote), ~,~ (substitute) and ~@,~ (splice)
in the ~custom-set-variable~ function call below. A tutorial of how to use those
reader macros is the [[https://mullikine.github.io/posts/macro-tutorial/][didactic emacs-lisp macro example]].
Because of the ~custom-set-variable~ function call, the [[info:emacs#Init File][init file (info)]] does
Because of the ~custom-set-variables~ function call, the [[info:emacs#Init File][init file (info)]] does
not load the ~custom-file~ as [[info:emacs#Saving Customizations][saving customizations (info)]] recommends.
#+begin_src emacs-lisp