From dbd0ef7ce092b63c06288fa9349a98221733fae0 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Thu, 25 Jan 2024 14:22:36 +0100 Subject: [PATCH] Silence two more inline Emacs Lisp source blocks --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.*