diff --git a/README.org b/README.org index be63f8e..45aa1fd 100644 --- a/README.org +++ b/README.org @@ -196,8 +196,8 @@ 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{(describe-variable #'load-prefer-newer t)} -2. src_emacs-lisp{(apropos-library "no-littering")} +1. src_emacs-lisp[:results none]{(describe-variable #'load-prefer-newer t)} +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 that *Emacs is a self-documenting editor.*