Fix typos

This commit is contained in:
Gerard Vermeulen 2024-06-15 12:11:45 +02:00
parent 24929eab49
commit 28ab82f8ec

View File

@ -169,7 +169,7 @@ Try to load [[https://github.com/emacscollective/no-littering][no-littering]] as
In order to get help in understanding the code block above in a buffer showing In order to get help in understanding the code block above in a buffer showing
the original [[info:org#Top][Org]] source file, type {{{kbd(C-c C-c)}}} after moving the original [[info:org#Top][Org]] source file, type {{{kbd(C-c C-c)}}} after moving
point (or cursor) to one of the items of the list: point (or cursor) to one of the items of the list:
1. src_emacs-lisp[:results none]{(describe-variable #'load-prefer-newer t)} 1. src_emacs-lisp[:results none]{(describe-variable 'load-prefer-newer)}
2. src_emacs-lisp[:results none]{(apropos-library "no-littering")} 2. src_emacs-lisp[:results none]{(apropos-library "no-littering")}
3. src_emacs-lisp{(find-function #'hack-local-variables)} 3. src_emacs-lisp{(find-function #'hack-local-variables)}
to execute the code between the curly braces for access to help. This shows to execute the code between the curly braces for access to help. This shows