diff --git a/README.org b/README.org index 842f153..b829298 100644 --- a/README.org +++ b/README.org @@ -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 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: -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")} 3. src_emacs-lisp{(find-function #'hack-local-variables)} to execute the code between the curly braces for access to help. This shows