Silence two more inline Emacs Lisp source blocks

This commit is contained in:
Gerard Vermeulen 2024-01-25 14:22:36 +01:00
parent f7f6a4e93f
commit dbd0ef7ce0

View File

@ -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.*