Fix typo
This commit is contained in:
parent
6ff55da56b
commit
1ac4664217
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user